UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

45 lines (26 loc) 1.8 kB
# Untitled undefined type in Extensible Schema ```txt https://example.com/schemas/extensible#/definitions/first ``` | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ---------------------------------------------------------------------------------------------- | | Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [extensible.schema.json\*](../generated-schemas/extensible.schema.json "open original schema") | ## first Type unknown # undefined Properties | Property | Type | Required | Nullable | Defined by | | :---------- | -------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------------------------- | | [foo](#foo) | `string` | Optional | cannot be null | [Extensible](extensible-definitions-first-properties-foo.md "https://example.com/schemas/extensible#/definitions/first/properties/foo") | ## foo A unique identifier given to every addressable thing. `foo` - is optional - Type: `string` - cannot be null - defined in: [Extensible](extensible-definitions-first-properties-foo.md "https://example.com/schemas/extensible#/definitions/first/properties/foo") ### foo Type `string` ### foo Examples ```json "bar" ```