Types¶
Specifies all user-defined types in a schema
One file per schema, holding every type in it. Each entry is a type.
Properties¶
| Property | Type | Required | Description |
|---|---|---|---|
schema |
string |
yes | The schema every object in this file belongs to. |
owner |
string |
— | The role that owns every object in this file, unless an entry names its own. Defaults to the project's superuser. |
types |
array of type | yes | User-defined types. |
No other properties are accepted.
Source: schemata/types.yml · Resolved JSON Schema: types.json