{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.sovrient.com/standards/bis/basel-framework/1.0/schema.json",
  "title": "Sovrient Basel Framework Structural Twin v1.0",
  "type": "object",
  "required": [
    "@context",
    "@id",
    "@type",
    "schemaVersion",
    "status",
    "twinOf",
    "contextIntegrity",
    "sourceAnchors",
    "canonicalization",
    "artifactAnchor",
    "claim",
    "interpretiveCanon",
    "verifierMode",
    "adjudicationDurabilityProfile",
    "structuralModel",
    "extractionReceipt"
  ],
  "properties": {
    "@context": {
      "const": "https://www.sovrient.com/ns/sovrient/1.0/context.jsonld"
    },
    "schemaVersion": {
      "const": "sovrient.basel_framework_structural_twin@1.0.0"
    },
    "status": {
      "const": "derived-non-official"
    },
    "artifactAnchor": {
      "type": "object",
      "required": [
        "digest"
      ],
      "properties": {
        "digest": {
          "type": "string",
          "pattern": "^sha256:[0-9a-f]{64}$"
        }
      }
    },
    "structuralModel": {
      "type": "object",
      "required": [
        "counts",
        "standards",
        "chapters"
      ],
      "properties": {
        "counts": {
          "type": "object",
          "required": [
            "standards",
            "currentChapters",
            "paragraphs"
          ]
        }
      }
    }
  },
  "additionalProperties": true
}
