{
  "$id": "https://schema.nfh.global/OnSupportAction/v2.0",
  "x-iri": "https://schema.nfh.global/OnSupportAction/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "On Support Action",
  "description": "Beckn /beckn/on_support message payload. Sent by a BPP to a BAP in response to a /beckn/support call, returning support contact details and available channels. (Context wrapper stripped; only the message-content portion is inlined.)",
  "additionalProperties": false,
  "properties": {
    "support": {
      "$ref": "https://schema.nfh.global/Support/v2.0/schema.json"
    }
  },
  "required": [
    "support"
  ]
}
