{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "vct": {
      "description": "VCT identifier.",
      "type": "string"
    },
    "name": {
      "description": "Human-readable VCT name.",
      "type": "string"
    },
    "description": {
      "description": "Optional VCT description.",
      "type": "string"
    },
    "extends": {
      "description": "Optional base VCT reference.",
      "type": "string"
    },
    "extends#integrity": {
      "description": "Integrity hash for the extends reference.",
      "type": "string"
    },
    "schema_uri": {
      "description": "Optional schema URI for the VCT.",
      "type": "string"
    },
    "schema_uri#integrity": {
      "description": "Integrity hash for schema_uri.",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "$id": "./VCT.schema.json",
  "title": "VCT"
}
