{
  "$id": "https://schema.nfh.global/SupportTicket/v2.0",
  "x-iri": "https://schema.nfh.global/SupportTicket/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "A support ticket raised against an order",
  "title": "SupportTicket",
  "x-tags": [
    "common"
  ],
  "type": "object",
  "properties": {
    "id": {
      "description": "Ticket ID",
      "type": "string"
    },
    "supportTicketAttributes": {
      "$ref": "https://schema.nfh.global/Attributes/v2.0/schema.json"
    }
  },
  "additionalProperties": false
}
