{
  "$id": "https://schema.nfh.global/Support/v2.0",
  "x-iri": "https://schema.nfh.global/Support/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Describes a support session info",
  "title": "Support",
  "type": "object",
  "properties": {
    "orderId": {
      "description": "The order against which support is required",
      "type": "string"
    },
    "descriptor": {
      "$ref": "https://schema.nfh.global/Descriptor/v2.0/schema.json"
    },
    "channels": {
      "description": "Available support channels described in individual linked data JSON objects",
      "type": "array",
      "minItems": 1,
      "items": {
        "$ref": "https://schema.nfh.global/Attributes/v2.0/schema.json"
      }
    }
  },
  "additionalProperties": false
}
