$schema: https://json-schema.org/draft/2020-12/schema
$id: CustomFieldType.yaml
type: string
enum:
  - string
  - number
  - integer
  - boolean
  - object
  - array
description: The set of JSON schema types supported by a custom field
