{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/pos-terminal-get-stores-under-account-response-structure.json", "description": "GetStoresUnderAccountResponse schema from Adyen API", "type": "object", "properties": { "stores": { "description": "Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.", "items": { "$ref": "#/components/schemas/Store" }, "type": "array" } }, "name": "GetStoresUnderAccountResponse" }