Axinom Mosaic Libraries
    Preparing search index...

    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;
          };
      }
    • required: string[]
    • title: string
    • type: string