formGroup
Summary
Group label for related forms (e.g. SF424, Budget, Narrative)
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "formGroup", "fieldType": "string", "value": "SF424", "description": "Group label for related forms (e.g. SF424, Budget, Narrative)"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomFormGroup.yamltype: objectproperties: name: type: string const: formGroup fieldType: type: string const: string value: type: string examples: - SF424 description: type: string const: Group label for related forms (e.g. SF424, Budget, Narrative)required: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Group label for related forms (e.g. SF424, Budget, Narrative)x-valid-schemas: - FormBasex-version: 0.1.0x-author: CommonGrantsx-tags: - identifier