{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BillingEntitiesResponse",
"title": "BillingEntitiesResponse",
"properties": {
"data": {
"description": "List of legal entities that can be used for the billing of orders.",
"items": {
"$ref": "#/components/schemas/BillingEntity"
},
"type": "array"
}
},
"type": "object"
}