@alexa/ask-expressions-spec
Version:
The JSON Schema specification for the Alexa Skills Kit Intermediate Representation (ASKIR).
18 lines (17 loc) • 458 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://amazonalexa.com/ask/2020/12/CorrectionBlock",
"title": "CorrectionBlock",
"description": "A block of expressions for the Correction expression.",
"type": "array",
"items": {
"oneOf": [
{
"$ref": "https://amazonalexa.com/ask/2020/12/Call"
},
{
"$ref": "https://amazonalexa.com/ask/2020/12/InteractionNameDeclaration"
}
]
}
}