{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UnpauseStoreEventResult", "description": "Result of an event that requested to unpause a store.", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-unpause-store-event-result-schema.json", "type": "object", "properties": { "eventResultMetadata": { "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-required-event-result-metadata-schema.json" } } }