# 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"
```
