TypeSchema specification
Document| Property | Type | Description |
|---|---|---|
| definitions | DefinitionType | |
| import | Text | Allows to import other TypeSchema documents. It contains a map where the key is the namespace and the value points to a remote document. The value is a URL and a code generator should support at least the following schemes: file, http, https |
| root | Text | Specifies the root type of your specification, this must be a key which is available at the definitions map |