{
  "apiFields": [
    {
      "fieldId": "textfield",
      "name": "textfield",
      "kind": "text",
      "description": null,
      "required": false,
      "textSizeLimitValidation": null,
      "patternMatchValidation": null,
      "isUnique": false
    },
    {
      "fieldId": "textarea",
      "name": "textarea",
      "kind": "textArea",
      "description": null,
      "required": false,
      "textSizeLimitValidation": null,
      "patternMatchValidation": null
    },
    {
      "fieldId": "richeditor",
      "name": "richeditor",
      "kind": "richEditorV2",
      "description": null,
      "required": false,
      "richEditorV2Options": [
        "headerOne",
        "headerTwo",
        "headerThree",
        "headerFour",
        "headerFive",
        "undo",
        "redo",
        "paragraph",
        "bold",
        "italic",
        "underline",
        "strike",
        "code",
        "blockquote",
        "codeBlock",
        "listBullet",
        "listOrdered",
        "link",
        "image",
        "file",
        "table",
        "horizontalRule",
        "textAlign",
        "customClass",
        "oembedly",
        "clean",
        "color",
        "size"
      ],
      "richEditorV2ColorList": [],
      "richEditorV2HideColorPicker": false,
      "richEditorV2FontSizeList": [],
      "customClassList": []
    },
    {
      "fieldId": "old_richeditor",
      "name": "old_richeditor",
      "kind": "richEditor",
      "description": null,
      "required": false,
      "richEditorMultiParagraph": true,
      "richEditorImageSize": false,
      "richEditorOptions": [
        "headerOne",
        "headerTwo",
        "headerThree",
        "headerFour",
        "headerFive",
        "paragraph",
        "sizeSmall",
        "sizeNormal",
        "sizeLarge",
        "sizeHuge",
        "bold",
        "italic",
        "underline",
        "strike",
        "code",
        "background",
        "color",
        "align",
        "blockquote",
        "codeBlock",
        "listOrdered",
        "listBullet",
        "indentRemove",
        "indentAdd",
        "scriptSub",
        "scriptSuper",
        "link",
        "image",
        "oembedly",
        "clean"
      ]
    },
    {
      "fieldId": "image",
      "name": "image",
      "kind": "media",
      "description": null,
      "required": false,
      "imageSizeValidation": null
    },
    {
      "fieldId": "multi_image",
      "name": "multi_image",
      "kind": "mediaList",
      "description": null,
      "required": false,
      "imageSizeValidation": null,
      "mediaListLayout": "HORIZONTAL_SCROLL"
    },
    {
      "fieldId": "date",
      "name": "date",
      "kind": "date",
      "description": null,
      "required": false,
      "dateFormat": false
    },
    {
      "fieldId": "boolean",
      "name": "boolean",
      "kind": "boolean",
      "description": null,
      "required": false,
      "initialValue": false
    },
    {
      "fieldId": "select",
      "name": "select",
      "kind": "select",
      "description": null,
      "required": false,
      "selectItems": [],
      "multipleSelect": false,
      "initialValue": [
        "DEFAULT"
      ]
    },
    {
      "fieldId": "reference",
      "name": "reference",
      "kind": "relation",
      "description": null,
      "required": false,
      "listViewFieldId": "DEFAULT",
      "referencedApiEndpoint": "test"
    },
    {
      "fieldId": "multi_reference",
      "name": "multi_reference",
      "kind": "relationList",
      "description": null,
      "required": false,
      "relationListCountLimitValidation": null,
      "listViewFieldId": "DEFAULT",
      "referencedApiEndpoint": "test"
    },
    {
      "fieldId": "number",
      "name": "number",
      "kind": "number",
      "description": null,
      "required": false,
      "numberSizeLimitValidation": null
    },
    {
      "fieldId": "customfield",
      "name": "customfield",
      "kind": "custom",
      "description": null,
      "required": false,
      "listViewFieldId": "DEFAULT",
      "customFieldId": "custom"
    },
    {
      "fieldId": "repeatfield",
      "name": "repeatfield",
      "kind": "repeater",
      "description": null,
      "required": false,
      "repeaterCountLimitValidation": null,
      "customFieldIds": [
        "custom"
      ]
    },
    {
      "fieldId": "file",
      "name": "file",
      "kind": "file",
      "description": null,
      "required": false
    }
  ],
  "customFields": [
    {
      "fieldId": "custom",
      "name": "custom",
      "fieldOrderByColumn": [
        [
          "textfield"
        ]
      ],
      "fields": [
        {
          "fieldId": "textfield",
          "name": "textfield",
          "kind": "text",
          "description": null,
          "required": false,
          "textSizeLimitValidation": null,
          "patternMatchValidation": null,
          "isUnique": false
        }
      ]
    }
  ]
}
