Variable WorkflowsDisableFinishedEventSchemaConst

WorkflowsDisableFinishedEventSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_id: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        unassigned_pilets: {
            additionalItems: boolean;
            description: string;
            items: {
                additionalProperties: boolean;
                properties: {
                    id: {
                        description: string;
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                };
                required: string[];
                title: string;
                type: string;
            };
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = WorkflowsDisableFinishedEvent

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_id: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        unassigned_pilets: {
            additionalItems: boolean;
            description: string;
            items: {
                additionalProperties: boolean;
                properties: {
                    id: {
                        description: string;
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                };
                required: string[];
                title: string;
                type: string;
            };
            type: string;
        };
    }
    • environment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • service_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • tenant_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • unassigned_pilets: {
          additionalItems: boolean;
          description: string;
          items: {
              additionalProperties: boolean;
              properties: {
                  id: {
                      description: string;
                      type: string;
                  };
                  name: {
                      description: string;
                      type: string;
                  };
              };
              required: string[];
              title: string;
              type: string;
          };
          type: string;
      }
      • additionalItems: boolean
      • description: string
      • items: {
            additionalProperties: boolean;
            properties: {
                id: {
                    description: string;
                    type: string;
                };
                name: {
                    description: string;
                    type: string;
                };
            };
            required: string[];
            title: string;
            type: string;
        }
        • additionalProperties: boolean
        • properties: {
              id: {
                  description: string;
                  type: string;
              };
              name: {
                  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
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc