@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
27 lines (17 loc) • 1.13 kB
Markdown
# Untitled string in Enumerated Schema
```txt
https://example.com/schemas/enums#/properties/nested/properties/test
```
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") |
## test Type
`string`
## test Constraints
**enum**: the value of this property must be equal to one of the following values:
| Value | Explanation |
| :--------- | ----------- |
| `"nested"` | |
| `"object"` | |
| `"works"` | |