{
  "$id": "https://powercom-maquassihills.planetgis.co.za/MDM/Attachments/Update/Schema",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "AttachmentId": { "type": ["integer","string"], "code": "I" },
      "Ordinal": { "type": ["integer","null"], "code": "Or" },
      "FileName": { "type": ["string","null"], "code": "FN" },
      "Date": { "type": ["string","null"], "format": "date-time", "code": "Dt" },
      "Tags": { "type": ["string","null"], "code": "Tg" },
      "Reference": { "type": ["string","null"], "code": "Rf" },
      "HashKey": { "type": ["string","null"], "code": "HK" }
    },
    "required": ["AttachmentId"]
  }
}