UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

45 lines (27 loc) 1.75 kB
# Untitled object in Join Types Schema ```txt https://example.com/schemas/join#/oneOf/0/not/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 | [join.schema.json\*](../generated-schemas/join.schema.json "open original schema") | ## 1 Type `object` ([Details](join-oneof-0-not-oneof-1.md)) # undefined Properties | Property | Type | Required | Nullable | Defined by | | :---------- | -------- | -------- | -------------- | :----------------------------------------------------------------------------------------------------------------------------------- | | [bar](#bar) | `string` | Optional | cannot be null | [Join Types](join-oneof-0-not-oneof-1-properties-bar.md "https://example.com/schemas/join#/oneOf/0/not/oneOf/1/properties/bar") | ## bar A simple string. `bar` - is optional - Type: `string` - cannot be null - defined in: [Join Types](join-oneof-0-not-oneof-1-properties-bar.md "https://example.com/schemas/join#/oneOf/0/not/oneOf/1/properties/bar") ### bar Type `string` ### bar Examples ```json "world" ```