@alexa/ask-expressions-spec
Version:
The JSON Schema specification for the Alexa Skills Kit Intermediate Representation (ASKIR).
24 lines (15 loc) • 1 kB
Markdown
# kind Schema
```txt
https://amazonalexa.com/ask/2020/12/EnumDeclaration#/properties/kind
```
The expression's identifier.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :---------------------------------------------------------------------------------- |
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [EnumDeclaration.json\*](../../schemas/EnumDeclaration.json "open original schema") |
## kind Type
unknown ([kind](enumdeclaration-properties-kind.md))
## kind Constraints
**constant**: the value of this property must be equal to:
```json
"EnumDeclaration"
```