@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_dictionary: {
        extends: "sys_metadata";
        name: "sys_dictionary";
        schema: {
            active: Typed;
            array: Typed;
            array_denormalized: Typed;
            attributes: Typed;
            audit: Typed;
            calculation: Typed;
            choice: Typed;
            choice_field: Typed;
            choice_table: Typed;
            column_label: Typed;
            comments: Typed;
            create_roles: Typed;
            default_value: Typed;
            defaultsort: Typed;
            delete_roles: Typed;
            dependent: Typed;
            dependent_on_field: Typed;
            display: Typed;
            dynamic_creation: Typed;
            dynamic_creation_script: Typed;
            dynamic_default_value: Typed;
            dynamic_ref_qual: Typed;
            element: Typed;
            element_reference: Typed;
            foreign_database: Typed;
            formula: Typed;
            function_definition: Typed;
            function_field: Typed;
            internal_type: Typed;
            mandatory: Typed;
            max_length: Typed;
            name: Typed;
            next_element: Typed;
            primary: Typed;
            read_only: Typed;
            read_roles: Typed;
            reference: Typed;
            reference_cascade_rule: Typed;
            reference_floats: Typed;
            reference_key: Typed;
            reference_qual: Typed;
            reference_qual_condition: Typed;
            reference_type: Typed;
            sizeclass: Typed;
            spell_check: Typed;
            staged: Typed;
            table_reference: Typed;
            text_index: Typed;
            unique: Typed;
            use_dependent_field: Typed;
            use_dynamic_default: Typed;
            use_reference_qualifier: Typed;
            virtual: Typed;
            virtual_type: Typed;
            widget: Typed;
            write_roles: Typed;
            xml_view: Typed;
        };
    }

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "sys_dictionary"
    • Readonlyschema: {
          active: Typed;
          array: Typed;
          array_denormalized: Typed;
          attributes: Typed;
          audit: Typed;
          calculation: Typed;
          choice: Typed;
          choice_field: Typed;
          choice_table: Typed;
          column_label: Typed;
          comments: Typed;
          create_roles: Typed;
          default_value: Typed;
          defaultsort: Typed;
          delete_roles: Typed;
          dependent: Typed;
          dependent_on_field: Typed;
          display: Typed;
          dynamic_creation: Typed;
          dynamic_creation_script: Typed;
          dynamic_default_value: Typed;
          dynamic_ref_qual: Typed;
          element: Typed;
          element_reference: Typed;
          foreign_database: Typed;
          formula: Typed;
          function_definition: Typed;
          function_field: Typed;
          internal_type: Typed;
          mandatory: Typed;
          max_length: Typed;
          name: Typed;
          next_element: Typed;
          primary: Typed;
          read_only: Typed;
          read_roles: Typed;
          reference: Typed;
          reference_cascade_rule: Typed;
          reference_floats: Typed;
          reference_key: Typed;
          reference_qual: Typed;
          reference_qual_condition: Typed;
          reference_type: Typed;
          sizeclass: Typed;
          spell_check: Typed;
          staged: Typed;
          table_reference: Typed;
          text_index: Typed;
          unique: Typed;
          use_dependent_field: Typed;
          use_dynamic_default: Typed;
          use_reference_qualifier: Typed;
          virtual: Typed;
          virtual_type: Typed;
          widget: Typed;
          write_roles: Typed;
          xml_view: Typed;
      }