{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Eviulon report-claim source research record",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "id",
    "dependencyId",
    "claimId",
    "reportId",
    "claimClass",
    "researchDisposition",
    "exactBeforePassage",
    "proposedAfterPassage",
    "correctionAppliedToSource",
    "correctionAppliedToActiveSynthesis",
    "reviewedExactlyOnce",
    "truthBoundary"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "dependencyId": {
      "type": "string"
    },
    "claimId": {
      "type": "string"
    },
    "reportId": {
      "type": "string"
    },
    "claimClass": {
      "type": "string"
    },
    "researchDisposition": {
      "type": "string"
    },
    "exactBeforePassage": {
      "type": "string"
    },
    "proposedAfterPassage": {
      "type": "string"
    },
    "correctionAppliedToSource": {
      "const": false
    },
    "correctionAppliedToActiveSynthesis": {
      "const": false
    },
    "reviewedExactlyOnce": {
      "const": true
    },
    "truthBoundary": {
      "type": "string"
    }
  }
}
