{
  "$id": "https://schema.nfh.global/UpdateAction/v2.0",
  "x-iri": "https://schema.nfh.global/UpdateAction/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Update Action",
  "description": "Beckn /beckn/update message payload. Sent by a BAP to a BPP to request changes to an active contract (e.g., update fulfillment address, add items, change quantities). The context.try flag must be true during negotiation. (Context wrapper stripped; only the message-content portion is inlined.)",
  "additionalProperties": false,
  "properties": {
    "contract": {
      "$ref": "https://schema.nfh.global/Contract/v2.0/schema.json"
    }
  },
  "required": [
    "contract"
  ]
}
