costSharing
Summary
Cost sharing or matching requirement for the opportunity
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "costSharing", "fieldType": "object", "value": { "isRequired": true, "percentage": 25, "details": "Recipients must provide 25% matching funds. Waiver may be requested for equipment-only projects." }, "description": "Cost sharing or matching requirement for the opportunity"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomCostSharing.yamltype: objectproperties: name: type: string const: costSharing fieldType: type: string const: object value: type: object properties: isRequired: type: boolean description: Whether cost sharing or matching funds are required percentage: type: number description: Required cost sharing percentage (e.g. 25.0) details: type: string description: Free-text description of cost sharing requirements, including type, waiver info, or maintenance of effort unevaluatedProperties: not: {} examples: - isRequired: true percentage: 25 details: Recipients must provide 25% matching funds. Waiver may be requested for equipment-only projects. description: type: string const: Cost sharing or matching requirement for the opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Cost sharing or matching requirementx-valid-schemas: - OpportunityBasex-version: 0.1.0x-author: CommonGrantsx-tags: - funding