UNPKG

@alexa/ask-expressions-spec

Version:

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

13 lines (9 loc) 271 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://amazonalexa.com/ask/2020/12/Name", "title": "Name", "description": "A name.", "type": "string", "pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$", "examples": ["foo", "bar", "person", "foo1"] }