Axinom Mosaic Libraries
    Preparing search index...

    Variable ImageTypesDeclareFailedEventSchemaConst

    ImageTypesDeclareFailedEventSchema: {
        $schema: string;
        additionalProperties: boolean;
        description: string;
        properties: {
            details: { description: string; title: string; type: string };
            image_types: {
                additionalItems: boolean;
                description: string;
                items: {
                    additionalProperties: boolean;
                    properties: {
                        image_type: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        title: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                    };
                    required: string[];
                    title: string;
                    type: string;
                };
                type: string;
            };
            message: { description: string; type: string };
            service_id: {
                description: string;
                minLength: number;
                pattern: string;
                type: string;
            };
        };
        required: string[];
        title: string;
        type: string;
    } = ImageTypesDeclareFailedEvent

    Type Declaration

    • $schema: string
    • additionalProperties: boolean
    • description: string
    • properties: {
          details: { description: string; title: string; type: string };
          image_types: {
              additionalItems: boolean;
              description: string;
              items: {
                  additionalProperties: boolean;
                  properties: {
                      image_type: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      title: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                  };
                  required: string[];
                  title: string;
                  type: string;
              };
              type: string;
          };
          message: { description: string; type: string };
          service_id: {
              description: string;
              minLength: number;
              pattern: string;
              type: string;
          };
      }
    • required: string[]
    • title: string
    • type: string