{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/google-forms/refs/heads/main/json-structure/google-forms-api-watch-structure.json", "name": "Watch", "description": "A watch for receiving notifications about form changes or responses.", "type": "object", "properties": { "id": { "type": "string" }, "target": { "type": "object" }, "eventType": { "type": "string" }, "createTime": { "type": "datetime" }, "expireTime": { "type": "datetime" }, "errorType": { "type": "string" }, "state": { "type": "string" } } }