Skip to content

eligibilityCriteria

Summary

Eligibility criteria for the opportunity, including intended beneficiary types and additional requirements

Field Type
object
Version
0.1.0
Author
CommonGrants
Last Updated
March 6, 2026

Valid For Schemas

This custom field can be used with the following CommonGrants schemas:

Tags

context

Schema

A JSON example of this model.

{
"name": "eligibilityCriteria",
"fieldType": "object",
"value": {
"beneficiaryTypes": [
{
"code": "EL020000",
"name": "Youth"
},
{
"code": "EL050000",
"name": "Veterans"
}
],
"details": "Applicants must serve communities in rural areas with populations under 50,000."
},
"description": "Eligibility criteria for the opportunity, including intended beneficiary types and additional requirements"
}