{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.bolt.com/schemas/order-response", "title": "order-response", "type": "object", "required": [ "id", "transaction" ], "properties": { "id": { "type": "string", "format": "id", "example": "iKv7t5bgt1gg" }, "transaction": { "$ref": "#/components/schemas/transaction" } } }