{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/vcpkg-configuration-file/latest.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
    "sourceSha256": "acdc57fe6ef61a9b3b5a2880bf092fe5c3f1b2e1acbbaccbf2a31f6bce42b8fa",
    "fileMatch": [
      "vcpkg-configuration.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "default-registry": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/vcpkg-configuration-file/_shared/latest--vcpkg-schema-definitions.schema.json#/$defs/default-registry"
    },
    "registries": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/vcpkg-configuration-file/_shared/latest--vcpkg-schema-definitions.schema.json#/$defs/registry-array"
    },
    "error": {
      "type": "string",
      "description": "An error message to print if this entry is evaluated."
    },
    "warning": {
      "type": "string",
      "description": "A warning message to print if this entry is evaluated."
    },
    "message": {
      "type": "string",
      "description": "A message to print if this entry is evaluated."
    },
    "overlay-ports": {
      "type": "array",
      "description": "An array of port overlay paths.",
      "items": {
        "type": "string"
      }
    },
    "overlay-triplets": {
      "type": "array",
      "description": "An array of triplet overlay paths.",
      "items": {
        "type": "string"
      }
    },
    "requires": {
      "description": "Artifacts that are required for this package to function.",
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/vcpkg-configuration-file/_shared/latest--vcpkg-schema-definitions.schema.json#/$defs/artifact-references"
    }
  },
  "additionalProperties": false,
  "patternProperties": {
    "^\\$": {}
  }
}
