Merge "registration: Allow @-prefixed keys in manifest_version 2"
[lhc/web/wiklou.git] / tests / phpunit / data / registration / good.json
1 {
2 "name": "FooBar",
3 "@note": "This is a note",
4 "@duck": "Docs say any @-item is ignored",
5 "attributes": {
6 "FooBar": {
7 "Attr": [ "test" ]
8 },
9 "NotLoaded": {
10 "Attr": [ "test2" ]
11 }
12 },
13 "config": {
14 "MyConfigValue": {
15 "value": 42,
16 "description": "Very important config value",
17 "public": true
18 }
19 },
20 "manifest_version": 2
21 }