{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "storelist-structure.json", "title": "StoreList", "description": "List of nearby store locations.", "type": "object", "properties": { "stores": { "type": "array", "description": "Array of store locations." } } }