{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StoreCredit", "title": "StoreCredit", "type": "object", "description": "A store credit model.\n", "properties": { "remaining_balance": { "description": "Remaining balance of shopper\u02bcs store credit.\n", "type": "number", "format": "float", "example": 35.42 } }, "x-internal": false }