mirror of
https://github.com/jlengrand/github-templates.git
synced 2026-03-10 08:21:22 +00:00
30 lines
769 B
JSON
30 lines
769 B
JSON
{
|
|
"manifest": {
|
|
"publishingInformation": {
|
|
"locales": {
|
|
"en-US": {
|
|
"summary": "Sample Short Description",
|
|
"examplePhrases": [
|
|
"Alexa open hello world",
|
|
"hello",
|
|
"help"
|
|
],
|
|
"name": "test-javaland",
|
|
"description": "Sample Full Description"
|
|
}
|
|
},
|
|
"isAvailableWorldwide": true,
|
|
"testingInstructions": "Sample Testing Instructions.",
|
|
"category": "KNOWLEDGE_AND_TRIVIA",
|
|
"distributionCountries": []
|
|
},
|
|
"apis": {
|
|
"custom": {
|
|
"endpoint": {
|
|
"uri": "arn:aws:lambda:eu-west-1:618362251982:function:ask-test-javaland-default-default-1615986998257"
|
|
}
|
|
}
|
|
},
|
|
"manifestVersion": "1.0"
|
|
}
|
|
} |