Skip to main content

CustomFieldSchemaPayload

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CustomFieldSchemaPayload.json
allowUnknownFieldsboolean
fields object[]required
  • Array [
  • default
    descriptionstring
    keystringrequired
    labelstring
    options object[]
  • Array [
  • labelstring
    valuestringrequired
  • ]
  • requiredboolean
    typestringrequired
  • ]
  • targetCollectionstringrequired

    persons | organizations

    CustomFieldSchemaPayload
    {
    "$schema": "https://example.com/schemas/CustomFieldSchemaPayload.json",
    "allowUnknownFields": true,
    "fields": "Unknown Type: array,null",
    "targetCollection": "string"
    }