cuelang.org/go@v0.10.1/encoding/jsonschema/testdata/constarray.txtar (about) 1 -- type.json -- 2 { 3 "type": "array", 4 "const": [ 5 1 6 ] 7 } 8 9 -- out/decode/cue -- 10 [1]