cuelang.org/go@v0.13.0/encoding/jsonschema/testdata/txtar/constobj.txtar (about) 1 2 -- schema.json -- 3 { 4 "type": "object", 5 "const": {"a": 1} 6 } 7 8 -- out/decode/extract -- 9 close({ 10 a!: 1 11 })