Current File : /home/omtekel/wiki/tests/phpunit/data/registration/good.json
{
	"name": "FooBar",
	"@note": "This is a note",
	"@duck": "Docs say any @-item is ignored",
	"attributes": {
		"FooBar": {
			"Attr": [ "test" ]
		},
		"NotLoaded": {
			"Attr": [ "test2" ]
		}
	},
	"@config notes": [
		"The line below is false.",
		"The line above is true. "
	],
	"config": {
		"MyConfigValue": {
			"value": 42,
			"description": "Very important config value",
			"public": true
		}
	},
	"manifest_version": 2
}