add new schemas
This commit is contained in:
11
plugins/schema/ondc_trv10/select.json
Normal file
11
plugins/schema/ondc_trv10/select.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://ondc.org/trv10/2.0.0/select",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{ "$ref": "../beckn_base/api/io/select.json#" },
|
||||
{ "$ref": "https://beckn.org/schema/select#" },
|
||||
{ "$ref": "./init.json#/$defs/init_schema_1" },
|
||||
{ "$ref": "../paths/init.json#/$defs/init_schema_2" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user