14 lines
929 B
JSON
14 lines
929 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:FundingScheme",
|
|
"title": "FundingScheme",
|
|
"description": "A FundingScheme combines organizational, project and policy aspects of grant-based funding\n that sets guidelines, principles and mechanisms to support other kinds of projects and activities.\n Funding is typically organized via [[Grant]] funding. Examples of funding schemes: Swiss Priority Programmes (SPPs); EU Framework 7 (FP7); Horizon 2020; the NIH-R01 Grant Program; Wellcome institutional strategic support fund. For large scale public sector funding, the management and administration of grant awards is often handled by other, dedicated, organizations - [[FundingAgency]]s such as ERC, REA, ...",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "An organization such as a school, NGO, corporation, club, etc.",
|
|
"$ref": "schema:Organization"
|
|
}
|
|
]
|
|
}
|