federalFundingSource
Summary
The legislative funding source for a federal grant opportunity (e.g. discretionary, mandatory)
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "federalFundingSource", "fieldType": "string", "value": "discretionary", "description": "The legislative funding source for a federal grant opportunity (e.g. discretionary, mandatory)"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomFederalFundingSource.yamltype: objectproperties: name: type: string const: federalFundingSource fieldType: type: string const: string value: type: string examples: - discretionary description: type: string const: The legislative funding source for a federal grant opportunity (e.g. discretionary, mandatory)required: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: The legislative funding sources for a federal grant opportunity (e.g. discretionary, mandatory)x-valid-schemas: - OpportunityBasex-version: 0.1.0x-author: CommonGrantsx-tags: - federal - funding