costSharing
Summary
Whether cost sharing or matching funds are required 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": "costSharing", "fieldType": "boolean", "value": true, "description": "Whether cost sharing or matching funds are required for this 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: boolean value: type: boolean examples: - true description: type: string const: Whether cost sharing or matching funds are required for this opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Indicates whether cost sharing or matching is required