Files
onix/plugins/schemas/ondc_trv10/v2.0.0/on_status.json
2025-02-27 15:07:30 +05:30

16 lines
322 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ondc.org/trv10/2.0.0/on_status",
"type": "object",
"allOf": [
{
"$ref": "../core/v1.1.0/confirm.json#"
},
{
"$ref": "https://beckn.org/schema/confirm#"
},
{
"$ref": "./init.json#/allOf/2"
}
]
}