{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/novu/main/json-schema/novu-update-environment-request-dto-schema.json", "title": "UpdateEnvironmentRequestDto", "description": "JSON Schema for Novu UpdateEnvironmentRequestDto.", "type": "object", "properties": { "name": { "type": "string" }, "identifier": { "type": "string" }, "parentId": { "type": "string" }, "color": { "type": "string" }, "dns": { "type": "object", "properties": { "inboundParseDomain": { "type": "string" } } }, "bridge": { "type": "object", "properties": { "url": { "type": "string" } } } } }