UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

49 lines (29 loc) 1.77 kB
# Untitled undefined type in Extensible Schema ```txt https://example.com/schemas/extensible#/definitions/second ``` | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ---------------------------------------------------------------------------------------------- | | Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [extensible.schema.json\*](../generated-schemas/extensible.schema.json "open original schema") | ## second Type unknown # undefined Properties | Property | Type | Required | Nullable | Defined by | | :---------- | -------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------------------- | | [bar](#bar) | `string` | Optional | cannot be null | [Extensible](deepextending-allof-0-properties-bar.md "https://example.com/schemas/extensible#/definitions/second/properties/bar") | ## bar A horse walks into it. `bar` - is optional - Type: `string` - cannot be null - defined in: [Extensible](deepextending-allof-0-properties-bar.md "https://example.com/schemas/extensible#/definitions/second/properties/bar") ### bar Type `string` ### bar Examples ```json "whoo" ``` ```json "hoo" ```