@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
27 lines (16 loc) • 1.18 kB
Markdown
# Untitled string in Simple Types Schema
```txt
https://example.com/schemas/simpletypes#/properties/string_pattern_noexample
```
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_noexample Type
`string`
## string_pattern_noexample 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")