1
0
Fork 0
arangodb/tests/js/common/test-data/apps/with-configuration/manifest.json

12 lines
189 B
JSON

{
"configuration": {
"test1": {
"description": "a string",
"type": "string"
},
"test2": {
"description": "another string",
"type": "string"
}
}
}