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