Skip to content

Applicant Type

The type of applicant for a funding opportunity.

Property Type Required Description
value ApplicantTypeOptions Yes The type of applicant
customValue string No The custom value of the applicant type
description string No The description of the applicant type

A JSON example of this model.

{
"value": "individual",
"description": "An individual applicant"
}
VersionChangesSchema
0.2.0
  • Added ApplicantType model
ApplicantType.yaml
Option Description
individual The applicant is an individual
organization Any type of organization
government_state State government
government_county County government
government_municipal City or township government
government_special_district Special district government
government_tribal Federally recognized Native American tribal government
organization_tribal_other Native American tribal organization that is not federally recognized
school_district_independent Independent school district
higher_education_public Public or state institution of higher education
higher_education_private Private institution of higher education
non_profit_with_501c3 Non-profit organization with 501(c)(3) status
nonprofit_without_501c3 Non-profit organization without 501(c)(3) status
for_profit_small_business For-profit small business
for_profit_not_small_business For-profit organization that is not a small business
unrestricted Anyone can apply (unrestricted)
custom Custom applicant type

A JSON example of this model.

"individual"
VersionChangesSchema
0.2.0
  • Added ApplicantTypeOptions enum
ApplicantTypeOptions.yaml