16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "on_status",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"$ref": "../../core/v1.1.0/confirm.json#"
|
|
},
|
|
{
|
|
"$ref": "https://beckn.org/schema/confirm#"
|
|
},
|
|
{
|
|
"$ref": "./init.json#/allOf/2"
|
|
}
|
|
]
|
|
} |