Variable UserServiceEndUserDeletedEventSchemaConst

UserServiceEndUserDeletedEventSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        end_user: {
            additionalProperties: boolean;
            description: string;
            properties: {
                email: {
                    description: string;
                    type: string[];
                };
                id: {
                    description: string;
                    type: string;
                };
                name: {
                    description: string;
                    type: string[];
                };
            };
            required: string[];
            title: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = UserServiceEndUserDeletedEvent

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        end_user: {
            additionalProperties: boolean;
            description: string;
            properties: {
                email: {
                    description: string;
                    type: string[];
                };
                id: {
                    description: string;
                    type: string;
                };
                name: {
                    description: string;
                    type: string[];
                };
            };
            required: string[];
            title: string;
            type: string;
        };
    }
    • end_user: {
          additionalProperties: boolean;
          description: string;
          properties: {
              email: {
                  description: string;
                  type: string[];
              };
              id: {
                  description: string;
                  type: string;
              };
              name: {
                  description: string;
                  type: string[];
              };
          };
          required: string[];
          title: string;
          type: string;
      }
      • additionalProperties: boolean
      • description: string
      • properties: {
            email: {
                description: string;
                type: string[];
            };
            id: {
                description: string;
                type: string;
            };
            name: {
                description: string;
                type: string[];
            };
        }
        • email: {
              description: string;
              type: string[];
          }
          • description: string
          • type: string[]
        • id: {
              description: string;
              type: string;
          }
          • description: string
          • type: string
        • name: {
              description: string;
              type: string[];
          }
          • description: string
          • type: string[]
      • required: string[]
      • title: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc