Novu · JSON Structure

Novu Update Environment Request Dto Structure

JSON Schema for Novu UpdateEnvironmentRequestDto.

Type: Properties: 0
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReact

UpdateEnvironmentRequestDto is a JSON Structure definition published by Novu. It conforms to the https://json-structure.org/v0.1/schema meta-schema.

Meta-schema: https://json-structure.org/v0.1/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/v0.1/schema",
  "name": "UpdateEnvironmentRequestDto",
  "description": "JSON Schema for Novu UpdateEnvironmentRequestDto.",
  "sourceFormat": "OpenAPI 3.x components.schemas",
  "fields": [
    {
      "name": "name",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "identifier",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "parentId",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "color",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "dns",
      "type": "object",
      "description": "",
      "required": false
    },
    {
      "name": "bridge",
      "type": "object",
      "description": "",
      "required": false
    }
  ]
}