@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
23 lines (14 loc) • 999 B
Markdown
# Untitled string in Simple Types Schema
```txt
https://example.com/schemas/simpletypes#/properties/string_unconstrained
```
A simple string, without any constraints.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------------------------------ |
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [simpletypes.schema.json\*](../generated-schemas/simpletypes.schema.json "open original schema") |
## string_unconstrained Type
`string`
## string_unconstrained Examples
```json
"bar"
```