{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Prepayments", "title": "Prepayments", "type": "object", "x-objectArrayKey": "prepayments", "properties": { "pagination": { "$ref": "#/components/schemas/Pagination" }, "Warnings": { "description": "Displays array of warning messages from the API", "type": "array", "items": { "$ref": "#/components/schemas/ValidationError" } }, "Prepayments": { "type": "array", "items": { "$ref": "#/components/schemas/Prepayment" } } } }