{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-optional-store-id-in-metadata-structure.json", "name": "OptionalStoreIdInMetadata", "description": "OptionalStoreIdInMetadata schema from Public API (Otter Public API).", "type": "object", "properties": { "metadata": { "type": "object", "properties": { "storeId": { "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-store-id-schema.json" } } } } }