@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
45 lines (27 loc) • 1.71 kB
Markdown
# Untitled object in Join Types Schema
```txt
https://example.com/schemas/join#/oneOf/2/anyOf/0
```
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 | [join.schema.json\*](../generated-schemas/join.schema.json "open original schema") |
## 0 Type
`object` ([Details](join-oneof-2-anyof-0.md))
# undefined Properties
| Property | Type | Required | Nullable | Defined by |
| :---------- | -------- | -------- | -------------- | :--------------------------------------------------------------------------------------------------------------------------- |
| [bar](#bar) | `string` | Optional | cannot be null | [Join Types](join-oneof-2-anyof-0-properties-bar.md "https://example.com/schemas/join#/oneOf/2/anyOf/0/properties/bar") |
## bar
A simple string.
`bar`
- is optional
- Type: `string`
- cannot be null
- defined in: [Join Types](join-oneof-2-anyof-0-properties-bar.md "https://example.com/schemas/join#/oneOf/2/anyOf/0/properties/bar")
### bar Type
`string`
### bar Examples
```json
"world"
```