UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

26 lines (16 loc) 1.08 kB
# Untitled string in Enumerated Schema ```txt https://example.com/schemas/enums#/properties/hello ``` A simple string. Pick a value. | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------------------ | | Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [enums.schema.json\*](../generated-schemas/enums.schema.json "open original schema") | ## hello Type `string` ## hello Constraints **enum**: the value of this property must be equal to one of the following values: | Value | Explanation | | :-------- | ----------- | | `"World"` | | | `"Welt"` | |