{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-billing-entities-response-structure.json", "description": "BillingEntitiesResponse schema from Adyen API", "type": "object", "properties": { "data": { "description": "List of legal entities that can be used for the billing of orders.", "items": { "$ref": "#/components/schemas/BillingEntity" }, "type": "array" } }, "name": "BillingEntitiesResponse" }