Files
onix/plugins/schemas/ondc_trv10/v2.0.0/rating.json
2025-03-02 18:44:16 +05:30

13 lines
233 B
JSON

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