{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CommerceItemPrice", "title": "CommerceItemPrice", "properties": { "compare_at_price": { "type": "number" }, "currency": { "type": "string" }, "price": { "type": "number" } }, "required": [ "price" ], "type": "object" }