cuelang.org/go@v0.13.0/encoding/jsonschema/testdata/txtar/enumexcluded.txtar (about) 1 -- schema.json -- 2 { 3 "type": "object", 4 "enum": ["x"] 5 } 6 -- out/decode/extract -- 7 ERROR: 8 constraints are not possible to satisfy: 9 schema.json:1:1