@alexa/ask-expressions-spec
Version:
The JSON Schema specification for the Alexa Skills Kit Intermediate Representation (ASKIR).
34 lines (21 loc) • 1.16 kB
Markdown
# schema Schema
```txt
https://amazonalexa.com/ask/2020/12/Module#/properties/schema
```
The schema for the module file.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :---------------------------------------------------------------- |
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [Module.json\*](../../schemas/Module.json "open original schema") |
## schema Type
`string` ([schema](module-properties-schema.md))
## schema Constraints
**URI**: the string must be a URI, according to [RFC 3986](https://tools.ietf.org/html/rfc3986 "check the specification")
## schema Default Value
The default value is:
```json
"https://amazonalexa.com/ask/2020/12/Module"
```
## schema Examples
```json
"https://amazonalexa.com/ask/2020/12/Module"
```