Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.35 KB

DataInputField.md

File metadata and controls

28 lines (20 loc) · 1.35 KB

DataInputField

The Data Input Field

Properties

Name Type Description Notes
id String Field UUID [optional]
fieldId String Field ID [optional]
applicableDocumentRoots List<Object> [optional]
path String Path to this field [optional]
nameSpace String Namespace of this field [optional]
fieldName String Field name [optional]
exampleOrFixedValue String An example of the content for this field [optional]
acceptedValues Object An object representing the acceptable values for this field [optional]
documentationLink String An example of the content for this field [optional]
description String A description of this field [optional]
isSegment Boolean Is this a segment of the schema [optional]
requiredFor DataInputFieldRequiredFor [optional]
conditionalFor List<ConditionalForField> [optional]
notUsedFor DataInputFieldNotUsedFor [optional]
optionalFor DataInputFieldOptionalFor [optional]