Axinom Mosaic Libraries
    Preparing search index...

    Variable EntityDefinitionDeclareFinishedEventSchemaConst

    EntityDefinitionDeclareFinishedEventSchema: {
        $schema: string;
        additionalProperties: boolean;
        description: string;
        properties: {
            deleted_fields: {
                additionalItems: boolean;
                description: string;
                items: {
                    description: string;
                    minLength: number;
                    pattern: string;
                    type: string;
                };
                type: string;
                uniqueItems: boolean;
            };
            entity_type: {
                description: string;
                minLength: number;
                pattern: string;
                type: string;
            };
            existing_fields: {
                additionalItems: boolean;
                description: string;
                items: {
                    description: string;
                    minLength: number;
                    pattern: string;
                    type: string;
                };
                type: string;
                uniqueItems: boolean;
            };
            inactive_fields: {
                additionalItems: boolean;
                description: string;
                items: {
                    description: string;
                    minLength: number;
                    pattern: string;
                    type: string;
                };
                type: string;
                uniqueItems: boolean;
            };
            new_fields: {
                additionalItems: boolean;
                description: string;
                items: {
                    description: string;
                    minLength: number;
                    pattern: string;
                    type: string;
                };
                type: string;
                uniqueItems: boolean;
            };
            service_id: {
                description: string;
                minLength: number;
                pattern: string;
                type: string;
            };
        };
        required: string[];
        title: string;
        type: string;
    } = EntityDefinitionDeclareFinishedEvent

    Type Declaration

    • $schema: string
    • additionalProperties: boolean
    • description: string
    • properties: {
          deleted_fields: {
              additionalItems: boolean;
              description: string;
              items: {
                  description: string;
                  minLength: number;
                  pattern: string;
                  type: string;
              };
              type: string;
              uniqueItems: boolean;
          };
          entity_type: {
              description: string;
              minLength: number;
              pattern: string;
              type: string;
          };
          existing_fields: {
              additionalItems: boolean;
              description: string;
              items: {
                  description: string;
                  minLength: number;
                  pattern: string;
                  type: string;
              };
              type: string;
              uniqueItems: boolean;
          };
          inactive_fields: {
              additionalItems: boolean;
              description: string;
              items: {
                  description: string;
                  minLength: number;
                  pattern: string;
                  type: string;
              };
              type: string;
              uniqueItems: boolean;
          };
          new_fields: {
              additionalItems: boolean;
              description: string;
              items: {
                  description: string;
                  minLength: number;
                  pattern: string;
                  type: string;
              };
              type: string;
              uniqueItems: boolean;
          };
          service_id: {
              description: string;
              minLength: number;
              pattern: string;
              type: string;
          };
      }
    • required: string[]
    • title: string
    • type: string