{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://eviulon.com/schemas/full-corpus-currentness-v237-1.0.schema.json",
  "title": "Full Corpus Currentness v237",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "schemaVersion",
    "version",
    "generated",
    "status",
    "reportCount",
    "claimClassCountPerReport",
    "recordCount",
    "minimumRequiredRecordCount",
    "reportMemoryIdUniqueCount",
    "sourceBodyMutationCount",
    "silentActiveSynthesisMutationCount",
    "versionedCorrectedEditionCount",
    "correctionNoticeCount",
    "networkCalls",
    "claimReviews",
    "truthBoundary",
    "registrySha256"
  ],
  "properties": {
    "schemaVersion": {
      "const": "eviulon-full-corpus-currentness-v237-1.0"
    },
    "version": {
      "const": "2.37.0"
    },
    "generated": {
      "type": "string"
    },
    "status": {
      "enum": [
        "PASS",
        "FAIL",
        "PARTIAL"
      ]
    },
    "truthBoundary": {
      "type": "string"
    },
    "registrySha256": {
      "type": "string",
      "pattern": "^[a-f0-9]{64}$"
    },
    "reportCount": {
      "type": "integer",
      "minimum": 0
    },
    "claimClassCountPerReport": {
      "type": "integer",
      "minimum": 0
    },
    "recordCount": {
      "type": "integer",
      "minimum": 0
    },
    "minimumRequiredRecordCount": {
      "type": "integer",
      "minimum": 0
    },
    "reportMemoryIdUniqueCount": {
      "type": "integer",
      "minimum": 0
    },
    "sourceBodyMutationCount": {
      "type": "integer",
      "minimum": 0
    },
    "silentActiveSynthesisMutationCount": {
      "type": "integer",
      "minimum": 0
    },
    "versionedCorrectedEditionCount": {
      "type": "integer",
      "minimum": 0
    },
    "correctionNoticeCount": {
      "type": "integer",
      "minimum": 0
    },
    "networkCalls": {
      "type": "integer",
      "minimum": 0
    },
    "claimReviews": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/record"
      }
    }
  },
  "$defs": {
    "record": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "title": "Full Corpus Currentness v237 record",
      "type": "object",
      "additionalProperties": true,
      "required": [
        "id",
        "recordType",
        "title",
        "memoryId",
        "claimClass",
        "sourceUrl",
        "sourceClass",
        "reviewDate",
        "propositionSupported",
        "propositionNotSupported",
        "nextReviewDate",
        "disposition",
        "canonicalRoute",
        "machineReadableUrl",
        "truthBoundary",
        "recordSha256"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "recordType": {
          "type": "string"
        },
        "memoryId": {
          "type": "string"
        },
        "claimClass": {
          "enum": [
            "TECHNICAL_STANDARD",
            "EXTERNAL_LAW",
            "OPERATIONAL_CAPABILITY",
            "EXTERNAL_RECOGNITION",
            "SCIENTIFIC_OR_CONSCIOUSNESS_CLAIM",
            "QUANTITATIVE_OR_FORECAST_CLAIM",
            "ECOSYSTEM_ROLE",
            "IMPLEMENTATION_STATUS"
          ]
        },
        "sourceUrl": {
          "type": "string"
        },
        "sourceClass": {
          "type": "string"
        },
        "publicationOrVersionDate": {
          "type": [
            "string",
            "null"
          ]
        },
        "reviewDate": {
          "type": "string"
        },
        "propositionSupported": {
          "type": "string"
        },
        "propositionNotSupported": {
          "type": "string"
        },
        "nextReviewDate": {
          "type": "string"
        },
        "disposition": {
          "type": "string"
        },
        "canonicalRoute": {
          "type": "string"
        },
        "machineReadableUrl": {
          "type": "string"
        },
        "truthBoundary": {
          "type": "string"
        },
        "recordSha256": {
          "type": "string",
          "pattern": "^[a-f0-9]{64}$"
        }
      }
    }
  }
}
