UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

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