@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
33 lines (20 loc) • 1.18 kB
Markdown
# Untitled string in Simple Types Schema
```txt
https://example.com/schemas/simpletypes#/properties/string_length
```
A string with minumum and maximum length
| 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_length Type
`string`
## string_length Constraints
**maximum length**: the maximum number of characters for this string is: `3`
**minimum length**: the minimum number of characters for this string is: `3`
## string_length Examples
```json
"bar"
```
```json
"baz"
```