category
Summary
The category type of the grant opportunity
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "category", "fieldType": "string", "value": "discretionary", "description": "The category type of the grant opportunity"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomCategory.yamltype: objectproperties: name: type: string const: category fieldType: type: string const: string value: type: string examples: - discretionary description: type: string const: The category type of the grant opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: The category of the opportunity (e.g., discretionary, mandatory)