{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/public-paymentblueprint_all", "title": "Public.PaymentBlueprint_all", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "amount_in_cents": { "type": "integer", "format": "int32" }, "date": { "type": "string", "format": "date-time" }, "error_message": { "type": "string" }, "external": { "type": "boolean" }, "external_type": { "type": "string" }, "memo": { "type": "string" }, "status": { "type": "string" }, "source": { "$ref": "#/components/schemas/Public.SourceBlueprint_leaf" } } } }