@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
44 lines (26 loc) • 995 B
Markdown
template: reference
foo: bar
# Stabilizing Schema
```
https://example.com/schemas/stabilizing
```
This is a schema which is currently in the `stabilizing` status.
| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In |
|----------|------------|--------|-------------------|-----------------------|------------|
| Can be instantiated | No | Stabilizing | Forbidden | Permitted | [stabilizing.schema.json](stabilizing.schema.json) |
# Stabilizing Properties
| Property | Type | Required | Defined by |
|----------|------|----------|------------|
| [id](#id) | `string` | Optional | Stabilizing (this schema) |
| `*` | any | Additional | this schema *allows* additional properties |
## id
A unique identifier given to every addressable thing.
`id`
* is optional
* type: `string`
* defined in this schema
### id Type
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))