{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://specs.kivanura.org/gedra/0.1/profiles/hdip/0.1/hdip-gedra-profile-0.1.schema.json",
  "title": "HDIP GEDRA Reference Profile 0.1 Schema",
  "description": "Additive structural specialization of GEDRA 0.1 for the HDIP data-side reference profile.",
  "allOf": [
    {
      "$ref": "../../../../gedra-0.1.schema.json"
    },
    {
      "type": "object",
      "properties": {
        "appliesProfile": {
          "type": "array",
          "contains": {
            "type": "object",
            "required": [
              "id",
              "version"
            ],
            "properties": {
              "id": {
                "const": "urn:hdip:gedra-profile"
              },
              "version": {
                "const": "0.1"
              }
            }
          }
        }
      }
    }
  ],
  "$defs": {
    "HDIPProfileBinding": {
      "type": "object",
      "required": [
        "id",
        "version"
      ],
      "properties": {
        "id": {
          "const": "urn:hdip:gedra-profile"
        },
        "version": {
          "const": "0.1"
        }
      },
      "additionalProperties": false
    }
  }
}
