@alexa/ask-expressions-spec
Version:
The JSON Schema specification for the Alexa Skills Kit Intermediate Representation (ASKIR).
24 lines (15 loc) • 948 B
Markdown
# kind Schema
```txt
https://amazonalexa.com/ask/2020/12/Condition#/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 | [Condition.json\*](../../schemas/Condition.json "open original schema") |
## kind Type
unknown ([kind](condition-properties-kind.md))
## kind Constraints
**constant**: the value of this property must be equal to:
```json
"Condition"
```