Novu · JSON Structure

Novu Create Environment Request Dto Structure

JSON Schema for Novu CreateEnvironmentRequestDto.

Type: Properties: 0
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReact

CreateEnvironmentRequestDto 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": "CreateEnvironmentRequestDto",
  "description": "JSON Schema for Novu CreateEnvironmentRequestDto.",
  "sourceFormat": "OpenAPI 3.x components.schemas",
  "fields": [
    {
      "name": "name",
      "type": "string",
      "description": "Name of the environment to be created",
      "required": true
    },
    {
      "name": "parentId",
      "type": "string",
      "description": "MongoDB ObjectId of the parent environment (optional)",
      "required": false
    },
    {
      "name": "color",
      "type": "string",
      "description": "Hex color code for the environment",
      "required": true
    }
  ]
}