BaseCustomFieldSchema (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| archived - Boolean | |
| description - String | |
| externalKeys - [String!] | |
| items - BaseCustomFieldSchema | |
| key - String! | |
| name - String! | |
| properties - [BaseCustomFieldSchema!] | |
| required - Boolean | |
| type - CustomFieldType! | |
| typeOptions - CustomFieldTypeOptions | |
| validators - [CustomFieldValidator!] | 
type BaseCustomFieldSchema {
  archived: Boolean
  description: String
  externalKeys: [String!]
  items: BaseCustomFieldSchema
  key: String!
  name: String!
  properties: [BaseCustomFieldSchema!]
  required: Boolean
  type: CustomFieldType!
  typeOptions: CustomFieldTypeOptions
  validators: [CustomFieldValidator!]
}