The Data Input Field
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] |