federalOpportunityNumber
Summary
The federal opportunity number assigned to this 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": "federalOpportunityNumber", "fieldType": "string", "value": "ABC-123-XYZ-001", "description": "The federal opportunity number assigned to this grant opportunity"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomFederalOpportunityNumber.yamltype: objectproperties: name: type: string const: federalOpportunityNumber fieldType: type: string const: string value: type: string examples: - ABC-123-XYZ-001 description: type: string const: The federal opportunity number assigned to this grant opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: The federal opportunity number (e.g., ABC-123-XYZ-001)