{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NotificationSubscription", "type": "object", "properties": { "id": { "type": "string" }, "objectName": { "type": "string" }, "filters": { "type": "array" }, "created": { "type": "string" } } }