{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-sync-blocker-context-structure.json", "name": "SyncBlockerContext", "description": "Detailed data of the context of the sync blocker.", "type": "object", "properties": { "key": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The key for the sync blocker context." } ] }, "value": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The value of the sync blocker context." } ] } }, "required": [ "key", "value" ] }