{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VirtualAccountList", "title": "VirtualAccountList", "type": "object", "properties": { "accounts": { "type": "array", "items": { "$ref": "#/components/schemas/VirtualAccount" } }, "pagination": { "$ref": "#/components/schemas/Pagination" } } }