Axinom Mosaic Libraries
    Preparing search index...

    Variable DeclareEntityDefinitionCommandSchemaConst

    DeclareEntityDefinitionCommandSchema: {
        $schema: string;
        additionalProperties: boolean;
        description: string;
        properties: {
            description: { description: string; type: string };
            entity_field_definitions: {
                additionalItems: boolean;
                description: string;
                items: {
                    additionalProperties: boolean;
                    description: string;
                    properties: {
                        approval_behavior: {
                            description: string;
                            enum: string[];
                            title: string;
                            type: string;
                        };
                        description: { description: string; type: string };
                        field_name: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        field_type: {
                            description: string;
                            enum: string[];
                            title: string;
                            type: string;
                        };
                        field_validation_rules: {
                            additionalItems: boolean;
                            description: string;
                            items: {
                                additionalProperties: boolean;
                                description: string;
                                properties: {
                                    message: { description: string; type: string };
                                    settings: { description: string; title: string; type: string };
                                    severity: {
                                        description: string;
                                        enum: string[];
                                        title: string;
                                        type: string;
                                    };
                                    type: {
                                        description: string;
                                        enum: string[];
                                        title: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                title: string;
                                type: string;
                            };
                            type: string;
                        };
                        is_active: { description: string; type: string };
                        sort_index: { description: string; type: string };
                        title: { description: string; type: string };
                        ui_field_custom_definition: {
                            additionalProperties: boolean;
                            description: string;
                            properties: {
                                edit: {
                                    additionalProperties: boolean;
                                    description: string;
                                    properties: {
                                        component: { description: string; type: string };
                                        property_map: {
                                            additionalProperties: boolean;
                                            description: string;
                                            properties: { locale: ...; on_change: ...; value: ... };
                                            title: string;
                                            type: string;
                                        };
                                        props: {
                                            additionalProperties: { oneOf: ... };
                                            description: string;
                                            title: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    title: string;
                                    type: string;
                                };
                                fallback_type: {
                                    description: string;
                                    enum: string[];
                                    title: string;
                                    type: string;
                                };
                                view: {
                                    additionalProperties: boolean;
                                    description: string;
                                    properties: {
                                        component: { description: string; type: string };
                                        property_map: {
                                            additionalProperties: boolean;
                                            description: string;
                                            properties: { value: ... };
                                            title: string;
                                            type: string;
                                        };
                                        props: {
                                            additionalProperties: { oneOf: ... };
                                            description: string;
                                            title: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    title: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            title: string;
                            type: string;
                        };
                        ui_field_type: {
                            description: string;
                            enum: string[];
                            title: string;
                            type: string;
                        };
                    };
                    required: string[];
                    title: string;
                    type: string;
                };
                minItems: number;
                type: string;
            };
            entity_type: {
                description: string;
                minLength: number;
                pattern: string;
                type: string;
            };
            is_archived: { description: string; type: string };
            service_id: {
                description: string;
                minLength: number;
                pattern: string;
                type: string;
            };
            title: {
                description: string;
                minLength: number;
                pattern: string;
                type: string;
            };
        };
        required: string[];
        title: string;
        type: string;
    } = DeclareEntityDefinitionCommand

    Type Declaration

    • $schema: string
    • additionalProperties: boolean
    • description: string
    • properties: {
          description: { description: string; type: string };
          entity_field_definitions: {
              additionalItems: boolean;
              description: string;
              items: {
                  additionalProperties: boolean;
                  description: string;
                  properties: {
                      approval_behavior: {
                          description: string;
                          enum: string[];
                          title: string;
                          type: string;
                      };
                      description: { description: string; type: string };
                      field_name: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      field_type: {
                          description: string;
                          enum: string[];
                          title: string;
                          type: string;
                      };
                      field_validation_rules: {
                          additionalItems: boolean;
                          description: string;
                          items: {
                              additionalProperties: boolean;
                              description: string;
                              properties: {
                                  message: { description: string; type: string };
                                  settings: { description: string; title: string; type: string };
                                  severity: {
                                      description: string;
                                      enum: string[];
                                      title: string;
                                      type: string;
                                  };
                                  type: {
                                      description: string;
                                      enum: string[];
                                      title: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              title: string;
                              type: string;
                          };
                          type: string;
                      };
                      is_active: { description: string; type: string };
                      sort_index: { description: string; type: string };
                      title: { description: string; type: string };
                      ui_field_custom_definition: {
                          additionalProperties: boolean;
                          description: string;
                          properties: {
                              edit: {
                                  additionalProperties: boolean;
                                  description: string;
                                  properties: {
                                      component: { description: string; type: string };
                                      property_map: {
                                          additionalProperties: boolean;
                                          description: string;
                                          properties: { locale: ...; on_change: ...; value: ... };
                                          title: string;
                                          type: string;
                                      };
                                      props: {
                                          additionalProperties: { oneOf: ... };
                                          description: string;
                                          title: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  title: string;
                                  type: string;
                              };
                              fallback_type: {
                                  description: string;
                                  enum: string[];
                                  title: string;
                                  type: string;
                              };
                              view: {
                                  additionalProperties: boolean;
                                  description: string;
                                  properties: {
                                      component: { description: string; type: string };
                                      property_map: {
                                          additionalProperties: boolean;
                                          description: string;
                                          properties: { value: ... };
                                          title: string;
                                          type: string;
                                      };
                                      props: {
                                          additionalProperties: { oneOf: ... };
                                          description: string;
                                          title: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  title: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          title: string;
                          type: string;
                      };
                      ui_field_type: {
                          description: string;
                          enum: string[];
                          title: string;
                          type: string;
                      };
                  };
                  required: string[];
                  title: string;
                  type: string;
              };
              minItems: number;
              type: string;
          };
          entity_type: {
              description: string;
              minLength: number;
              pattern: string;
              type: string;
          };
          is_archived: { description: string; type: string };
          service_id: {
              description: string;
              minLength: number;
              pattern: string;
              type: string;
          };
          title: {
              description: string;
              minLength: number;
              pattern: string;
              type: string;
          };
      }
    • required: string[]
    • title: string
    • type: string