{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PriceInput", "title": "PriceInput", "type": "object", "properties": { "price": { "type": "number" }, "currency_id": { "type": "string" } } }