UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

43 lines (25 loc) 884 B
--- template: reference foo: bar --- # Subdir Schema ``` https://example.com/schemas/subdir/subdir ``` A schema in a sub directory | Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In | |----------|------------|--------|-------------------|-----------------------|------------| | Cannot be instantiated | Yes | Experimental | Forbidden | Permitted | [subdir/subdir.schema.json](subdir/subdir.schema.json) | # Subdir Definitions | Property | Type | Group | |----------|------|-------| | [id](#id) | `string` | `https://example.com/schemas/subdir/subdir#/definitions/content` | ## 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))