@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
25 lines (15 loc) • 1.01 kB
Markdown
# Untitled string in Constant Types Schema
```txt
https://example.com/schemas/constants#/properties/hello
```
A simple string, without strong constraints.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | -------------------------------------------------------------------------------------------- |
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [constants.schema.json\*](../generated-schemas/constants.schema.json "open original schema") |
## hello Type
`string`
## hello Constraints
**constant**: the value of this property must be equal to:
```json
"World"
```