@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/0
```
A 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") |
## 0 Type
`object` ([Details](arrays-properties-jointypelist-items-oneof-0.md))
# undefined Properties
| Property | Type | Required | Nullable | Defined by |
| :---------- | -------- | -------- | -------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [foo](#foo) | `string` | Optional | cannot be null | [Arrays](arrays-properties-jointypelist-items-oneof-0-properties-foo.md "https://example.com/schemas/arrays#/properties/JoinTypelist/items/oneOf/0/properties/foo") |
## foo
A simple string.
`foo`
- is optional
- Type: `string`
- cannot be null
- defined in: [Arrays](arrays-properties-jointypelist-items-oneof-0-properties-foo.md "https://example.com/schemas/arrays#/properties/JoinTypelist/items/oneOf/0/properties/foo")
### foo Type
`string`
### foo Examples
```json
"hello"
```