This repository has been archived on 2022-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
chromajson/schema/testdata/bad.json

18 lines
270 B
JSON

{
"name": "bad",
"style": {
"background": {
"color": "rainbow"
},
"text": {
"background": "#ZZZ"
},
"foo": {},
"number_integer": {
"border": "hello, world"
},
"comment": {
"accent": ["bold", "bold"]
}
}
}