{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/bill-subs-api_billing-history", "title": "bill-subs-api_billing-history", "properties": { "action": { "$ref": "#/components/schemas/bill-subs-api_action" }, "amount": { "$ref": "#/components/schemas/bill-subs-api_amount" }, "currency": { "$ref": "#/components/schemas/bill-subs-api_currency" }, "description": { "$ref": "#/components/schemas/bill-subs-api_description" }, "id": { "$ref": "#/components/schemas/bill-subs-api_components-schemas-identifier" }, "occurred_at": { "$ref": "#/components/schemas/bill-subs-api_occurred_at" }, "type": { "$ref": "#/components/schemas/bill-subs-api_type" }, "zone": { "$ref": "#/components/schemas/bill-subs-api_schemas-zone" } }, "required": [ "id", "type", "action", "description", "occurred_at", "amount", "currency", "zone" ], "type": "object" }