Files
onix/plugins/schemas/ondc_trv10/v2.0.0/status.json
2025-02-28 18:02:20 +05:30

29 lines
538 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "status",
"type": "object",
"allOf": [
{
"$ref": "../../core/v1.1.0/status.json#"
},
{
"$ref": "https://beckn.org/schema/status#"
},
{
"$ref": "./init.json#/allOf/2"
},
{
"properties": {
"message": {
"type": "object",
"properties": {
"order_id": {
"type": "string"
}
},
"required": ["order_id"]
}
}
}
]
}