@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
45 lines (26 loc) • 1.93 kB
Markdown
# Untitled undefined type in Deeply Extending Schema
```txt
https://example.com/schemas/deepextending#/allOf/2
```
| 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") |
## 2 Type
unknown
# undefined Properties
| Property | Type | Required | Nullable | Defined by |
| :---------- | -------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------------------- |
| [baz](#baz) | `string` | Optional | cannot be null | [Deeply Extending](deepextending-allof-2-properties-baaaz.md "https://example.com/schemas/deepextending#/allOf/2/properties/baz") |
## baz
This property has a unique name to demonstrate it's uniqueness.
`baz`
- is optional
- Type: `string` ([BAAAZ!](deepextending-allof-2-properties-baaaz.md))
- cannot be null
- defined in: [Deeply Extending](deepextending-allof-2-properties-baaaz.md "https://example.com/schemas/deepextending#/allOf/2/properties/baz")
### baz Type
`string` ([BAAAZ!](deepextending-allof-2-properties-baaaz.md))
### baz Examples
```json
"I'm just a humble example"
```