@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
45 lines (27 loc) • 1.94 kB
Markdown
# Untitled object in Arrays Schema
```txt
https://example.com/schemas/arrays#/properties/JoinTypelist/items/oneOf/1
```
Another simple string.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | -------------------------------------------------------------------------------------- |
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [arrays.schema.json\*](../generated-schemas/arrays.schema.json "open original schema") |
## 1 Type
`object` ([Details](arrays-properties-jointypelist-items-oneof-1.md))
# undefined Properties
| Property | Type | Required | Nullable | Defined by |
| :---------- | -------- | -------- | -------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [bar](#bar) | `string` | Optional | cannot be null | [Arrays](arrays-properties-jointypelist-items-oneof-1-properties-bar.md "https://example.com/schemas/arrays#/properties/JoinTypelist/items/oneOf/1/properties/bar") |
## bar
A simple string.
`bar`
- is optional
- Type: `string`
- cannot be null
- defined in: [Arrays](arrays-properties-jointypelist-items-oneof-1-properties-bar.md "https://example.com/schemas/arrays#/properties/JoinTypelist/items/oneOf/1/properties/bar")
### bar Type
`string`
### bar Examples
```json
"world"
```