{
  "$id": "entry-metadata-extension",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "description": "Property extension carried under extension id extension-definition--43c2f12e-3951-58b0-b1ae-91e529b029b8 on exported reports, entity SDOs and downgraded relationships.",
  "properties": {
    "credibility": {
      "description": "NATO Admiralty item credibility 1-6",
      "type": "string"
    },
    "entity_key": {
      "description": "permanent registry key (type:slug)",
      "type": "string"
    },
    "entry_id": {
      "description": "permanent entry id (YYYY-MM-DD/slug)",
      "type": "string"
    },
    "extension_type": {
      "const": "property-extension"
    },
    "kind": {
      "type": "string"
    },
    "original_type": {
      "description": "curated relation type behind a related-to",
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "reliability": {
      "description": "NATO Admiralty source reliability A-F",
      "type": "string"
    },
    "verification": {
      "type": "string"
    }
  },
  "required": [
    "extension_type"
  ],
  "title": "CTI pipeline entry metadata (property extension)",
  "type": "object"
}