Files
openstapps/test/resources/Setting.2.json
Sebastian Lange bab675b806 refactor: remodel settings inputType
Flatten inputType to fit new core translation

Closes #59
2019-04-29 12:48:43 +02:00

32 lines
532 B
JSON

{
"errorNames": [],
"instance": {
"categories": [
"privacy"
],
"description": "This is a Description",
"defaultValue": [],
"inputType": "multiple choice",
"values": [
1,
2,
3,
4,
5,
6,
7,
8
],
"name": "numbers",
"order": 1,
"origin": {
"indexed": "2018-09-11T12:30:00Z",
"name": "Dummy",
"type": "remote"
},
"type": "setting",
"uid": "9f0c362e-0b41-532f-9e8b-a0ac373fbede"
},
"schema": "SCSetting"
}