Skip to main content

PROPERTYDEFFLAGS

Property definition flags (bitfields).

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
can_use_in_searchAre objects searchable by this property?boolean
can_use_in_history_searchAre history versions of objects searchable by this property?boolean
show_only_filtered_valuesShould only the values matching the property filter be shown on the metadata card?boolean

Example

{
"all": false,
"can_use_in_search": false,
"can_use_in_history_search": false,
"show_only_filtered_values": false
}