This is (somewhat self-referentially) a Schema for a Schema
| Property Name | Type | Cardinality | Description |
|---|---|---|---|
| id | https://schema.org/URL | 1 | The URL of the schema (note: this can be an entire document, or a document fragment) |
| name | https://schema.org/Text | 1 | A name for the schema |
| description | https://schema.org/Text | 0..1 | A description of the schema |
| property | https://organised.team/Property | 0..n | Properties of the schema |
| parent | https://schema.org/URL | 0..1 | The parent schema of this schema. A schema inherits the properties of its parent. |