{
  "$id": "https://powercom-maquassihills.planetgis.co.za/MDM/Attachments/Delete/Schema",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "AttachmentId": { "type": "integer", "code": "I" }
    },
    "required": ["AttachmentId"]
  }
}