14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:Cooperative",
|
|
"title": "Cooperative",
|
|
"description": "An organization that is a joint project of multiple organizations or persons.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "An organization such as a school, NGO, corporation, club, etc.",
|
|
"$ref": "schema:Organization"
|
|
}
|
|
]
|
|
}
|