eligibilityCriteria
Summary
Eligibility criteria for the opportunity, including intended beneficiary types and additional requirements
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
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"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomEligibilityCriteria.yamltype: objectproperties: name: type: string const: eligibilityCriteria fieldType: type: string const: object value: type: object properties: beneficiaryTypes: type: array items: type: object properties: code: type: string description: A code identifying the beneficiary type (e.g. a PCS population code) name: type: string description: A human-readable name for the beneficiary type unevaluatedProperties: not: {} description: The types of individuals or groups intended to benefit from the funded activity; codes may reference Candid's PCS population taxonomy details: type: string description: Free-text description of additional eligibility requirements or criteria unevaluatedProperties: not: {} examples: - beneficiaryTypes: - code: EL020000 name: Youth - code: EL050000 name: Veterans details: Applicants must serve communities in rural areas with populations under 50,000. description: type: string const: Eligibility criteria for the opportunity, including intended beneficiary types and additional requirementsrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Eligibility criteria including beneficiary types and free-text detailsx-valid-schemas: - OpportunityBasex-version: 0.1.0x-author: CommonGrantsx-tags: - context