{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "v2.35 Official-Source Currentness and Report Review record",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "id",
    "canonicalRoute",
    "machineReadableUrl",
    "truthBoundary"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "canonicalRoute": {
      "type": "string"
    },
    "machineReadableUrl": {
      "type": "string"
    },
    "truthBoundary": {
      "type": "string"
    }
  }
}
