List of form fields for the group
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormFields", "title": "FormFields", "type": "array", "description": "List of form fields for the group", "items": { "$ref": "#/components/schemas/FormField" }, "x-internal": false }