1
0
Fork 0
arangodb/js/common/test-data/apps/broken-if-unconfigured/manifest.json

14 lines
227 B
JSON

{
"name": "broken-if-unconfigured",
"version": "0.0.0",
"controllers": {
"/": "needs-config.js"
},
"configuration": {
"stringValue": {
"description": "A string value",
"type": "string"
}
}
}