Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 844 Bytes

FieldMetadata.md

File metadata and controls

14 lines (13 loc) · 844 Bytes

FieldMetadata

Properties

Name Type Description Notes
required Boolean Whether the field is required.
schema AllOfFieldMetadataSchema The data type of the field.
name String The name of the field.
key String The key of the field.
autoCompleteUrl String The URL that can be used to automatically complete the field. [optional]
hasDefaultValue Boolean Whether the field has a default value. [optional]
operations List<String> The list of operations that can be performed on the field.
allowedValues List<Object> The list of values allowed in the field. [optional]
defaultValue Object The default value of the field. [optional]