federalFundingInstruments
Summary
Federal funding instrument types for 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": "federalFundingInstruments", "fieldType": "array", "value": [ "grant", "cooperativeAgreement" ], "description": "Federal funding instrument types for this opportunity"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomFederalFundingInstruments.yamltype: objectproperties: name: type: string const: federalFundingInstruments fieldType: type: string const: array value: type: array items: type: string examples: - - grant - cooperativeAgreement description: type: string const: Federal funding instrument types for this opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Federal funding instrument types for this opportunityx-valid-schemas: - OpportunityBasex-version: 0.1.0x-author: CommonGrantsx-tags: - federal - funding