cuelang.org/go@v0.10.1/encoding/jsonschema/testdata/impossibleallof.txtar (about) 1 -- type.json -- 2 { 3 "allOf": [ 4 { "type": "object" }, 5 { "type": "string" } 6 ] 7 } 8 -- out/decode/err -- 9 constraints are not possible to satisfy: 10 type.json:1:1 11 constraints are not possible to satisfy: 12 type.json:4:9