@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
43 lines (25 loc) • 1.81 kB
Markdown
# Stabilizing Schema
```txt
https://example.com/schemas/stabilizing
```
This is a schema which is currently in the `stabilizing` status.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | ---------- | ----------- | ------------ | :---------------- | --------------------- | ------------------- | ---------------------------------------------------------------------------------------------- |
| Can be instantiated | No | Stabilizing | No | Forbidden | Allowed | none | [stabilizing.schema.json](../generated-schemas/stabilizing.schema.json "open original schema") |
## Stabilizing Type
`object` ([Stabilizing](stabilizing.md))
# Stabilizing Properties
| Property | Type | Required | Nullable | Defined by |
| :-------- | -------- | -------- | -------------- | :-------------------------------------------------------------------------------------------------------- |
| [id](#id) | `string` | Optional | cannot be null | [Stabilizing](stabilizing-properties-id.md "https://example.com/schemas/stabilizing#/properties/id") |
## id
A unique identifier given to every addressable thing.
`id`
- is optional
- Type: `string`
- cannot be null
- defined in: [Stabilizing](stabilizing-properties-id.md "https://example.com/schemas/stabilizing#/properties/id")
### id Type
`string`
### id Constraints
**URI**: the string must be a URI, according to [RFC 3986](https://tools.ietf.org/html/rfc4291 "check the specification")