@alexa/ask-expressions-spec
Version:
The JSON Schema specification for the Alexa Skills Kit Intermediate Representation (ASKIR).
14 lines (10 loc) • 386 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://amazonalexa.com/ask/2020/12/QualifiedName",
"title": "QualifiedName",
"description": "A qualified name",
"type": "string",
"pattern": "^[A-Za-z][A-Za-z0-9_]*(\\.((_[A-Za-z0-9][A-Za-z0-9_]*)|([A-Za-z][A-Za-z0-9_]*)))*$",
"maxLength": 1024,
"examples": ["com.amazon.alexa.schema.String", "foo"]
}