Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit 33ee339

Browse files
committed
added org
1 parent eb924a5 commit 33ee339

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

types/Organization.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/sivrad/matrix-schema/main/type.json",
3+
"name": "Organization",
4+
"label": "Organization",
5+
"description": "An organization is an entity – such as a company, an institution, or an association – comprising one or more people and having a particular purpose.",
6+
"parent": "Thing",
7+
"fields": {
8+
"name": {
9+
"type": "string",
10+
"label": "Name",
11+
"description": "The organization name."
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)