{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/pos-terminal-get-stores-under-account-response-schema.json",
"title": "GetStoresUnderAccountResponse",
"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"
}
}
}