Files
onix/schemas/ondc_trv10/v2.0.0/on_support.json
Eric 118d4c61a4
Some checks failed
Terraform Deploy to GCP / Terraform Plan Only (push) Has been cancelled
Initial Digitribe ONIX setup
2026-04-13 23:39:49 -04:00

13 lines
237 B
JSON

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