TypeSchema specification
| Property | Type | Description |
|---|---|---|
| definitions | ||
| import | 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 | String | Specifies the root type of your specification, this must be a key which is available at the definitions map |