@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
33 lines (20 loc) • 1.26 kB
Markdown
# Untitled string in Simple Types Schema
```txt
https://example.com/schemas/simpletypes#/properties/string_pattern_singleexample
```
A string following a regular expression
| 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_pattern_singleexample Type
`string`
## string_pattern_singleexample Constraints
**pattern**: the string must match the following regular expression:
```regexp
^ba.$
```
[try pattern](https://regexr.com/?expression=%5Eba.%24 "try regular expression with regexr.com")
## string_pattern_singleexample Examples
```json
"bar"
```