{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/hm/stores.json","title":"hm/stores data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"_warnings":{"description":"Optional  warnings supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"address":{"description":"Optional address supplied by this operation. Null means unknown.","type":["string","null"]},"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string","null"]},"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"country_code":{"description":"Optional country code supplied by this operation. Null means unknown.","type":["string","null"]},"departments":{"description":"Optional departments supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true}},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"latitude":{"description":"Optional latitude supplied by this operation. Null means unknown.","type":["number","null"]},"longitude":{"description":"Optional longitude supplied by this operation. Null means unknown.","type":["number","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"opening_hours":{"description":"Optional opening hours supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true}},"phone":{"description":"Optional phone supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"postcode":{"description":"Optional postcode supplied by this operation. Null means unknown.","type":["string","null"]},"region":{"description":"Optional region supplied by this operation. Null means unknown.","type":["string","null"]},"status":{"description":"Optional status supplied by this operation. Null means unknown.","type":["string","null"]},"store_class":{"description":"Optional store class supplied by this operation. Null means unknown.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["address"],"properties":{"address":{"description":"Optional address supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["city"],"properties":{"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["country"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["country_code"],"properties":{"country_code":{"description":"Optional country code supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["departments"],"properties":{"departments":{"description":"Optional departments supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true}}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["latitude"],"properties":{"latitude":{"description":"Optional latitude supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["longitude"],"properties":{"longitude":{"description":"Optional longitude supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["opening_hours"],"properties":{"opening_hours":{"description":"Optional opening hours supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true}}}},{"required":["phone"],"properties":{"phone":{"description":"Optional phone supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["postcode"],"properties":{"postcode":{"description":"Optional postcode supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["region"],"properties":{"region":{"description":"Optional region supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["store_class"],"properties":{"store_class":{"description":"Optional store class supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"_warnings":["example"],"count":0,"country":"example","has_more":false,"items":[{"address":"example","city":"example","country":"example","country_code":"example","departments":[{}],"id":"example","latitude":0,"longitude":0,"name":"example","opening_hours":[{}],"phone":"example","platform":"example","postcode":"example","region":"example","status":"example","store_class":"example","type":"example"}]}]}