{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetStoresUnderAccountResponse",
"title": "GetStoresUnderAccountResponse",
"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"
}
},
"type": "object"
}