UNPKG

@alexa/ask-expressions-spec

Version:

The JSON Schema specification for the Alexa Skills Kit Intermediate Representation (ASKIR).

11 lines (10 loc) 336 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://amazonalexa.com/ask/2020/12/GenericArguments", "title": "GenericArguments", "description": "Represents a set of generic arguments (e.g. for an action).", "type": "array", "items": { "$ref": "https://amazonalexa.com/ask/2020/12/TypeReference" } }