fiscalYear
Summary
The fiscal year associated with this opportunity
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "fiscalYear", "fieldType": "number", "value": 2026, "description": "The fiscal year associated with this opportunity"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomFiscalYear.yamltype: objectproperties: name: type: string const: fiscalYear fieldType: type: string const: number value: type: integer examples: - 2026 description: type: string const: The fiscal year associated with this opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: The fiscal year for the opportunity