@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
45 lines (26 loc) • 1.91 kB
Markdown
# Untitled undefined type in Extending Schema
```txt
https://example.com/schemas/extending#/definitions/third
```
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | -------------------------------------------------------------------------------------------- |
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [extending.schema.json\*](../generated-schemas/extending.schema.json "open original schema") |
## third Type
unknown
# undefined Properties
| Property | Type | Required | Nullable | Defined by |
| :---------- | -------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------------------ |
| [baz](#baz) | `string` | Optional | cannot be null | [Extending](deepextending-allof-2-properties-baaaz.md "https://example.com/schemas/extending#/definitions/third/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: [Extending](deepextending-allof-2-properties-baaaz.md "https://example.com/schemas/extending#/definitions/third/properties/baz")
### baz Type
`string` ([BAAAZ!](deepextending-allof-2-properties-baaaz.md))
### baz Examples
```json
"I'm just a humble example"
```