{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "artifactFamilyKey": {
        "type": "string"
      },
      "schemaVersion": {
        "type": "string"
      },
      "consumerGuidance": {
        "type": "string"
      },
      "digestSemantics": {
        "type": "string"
      },
      "enumWideningPolicy": {
        "type": "string"
      },
      "zeroRecordFileValidity": {
        "type": "string"
      },
      "additiveChangeClasses": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "breakingChangeClasses": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "identifierStability": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "identifierName": {
              "type": "string"
            },
            "mechanicalInputs": {
              "type": "string"
            },
            "stabilityRule": {
              "type": "string"
            },
            "uniquenessScope": {
              "type": "string"
            }
          },
          "required": [
            "identifierName",
            "mechanicalInputs",
            "stabilityRule",
            "uniquenessScope"
          ],
          "additionalProperties": false
        }
      }
    },
    "required": [
      "artifactFamilyKey",
      "schemaVersion",
      "consumerGuidance",
      "digestSemantics",
      "enumWideningPolicy",
      "zeroRecordFileValidity",
      "additiveChangeClasses",
      "breakingChangeClasses",
      "identifierStability"
    ],
    "additionalProperties": false
  },
  "$defs": {}
}
