Files
onix/pkg/plugin/schemas/ondc_trv10/v2.0.1/select.json
2025-04-23 18:06:19 +05:30

16 lines
279 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "select",
"type": "object",
"allOf": [
{
"$ref": "../../core/v1.1.0/select.json#"
},
{
"$ref": "./init.json#/allOf/1"
},
{
"$ref": "./init.json#/allOf/2"
}
]
}