{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/public-creditblueprint_all", "title": "Public.CreditBlueprint_all", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "amount_in_cents": { "type": "integer", "format": "int32" }, "balance_in_cents": { "type": "integer", "format": "int32" }, "created_at": { "type": "string", "format": "date-time" }, "integration_record_id": { "type": "string" }, "reason": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "credit_category": { "$ref": "#/components/schemas/Public.CreditCategoryBlueprint_min" } } } }