1{ 2 "const": "2", 3 "enum": [ 4 "a", 5 1, 6 "c", 7 "b", 8 { 9 "foo": "bar" 10 }, 11 false 12 ], 13 "type": "integer" 14}
View as plain text