{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationUrl", "title": "NotificationUrl", "properties": { "localUrls": { "description": "One or more local URLs to send notifications to when using Terminal API.", "items": { "$ref": "#/components/schemas/Url" }, "type": "array" }, "publicUrls": { "description": "One or more public URLs to send notifications to when using Terminal API.", "items": { "$ref": "#/components/schemas/Url" }, "type": "array" } }, "type": "object" }