cuelang.org/go@v0.13.0/encoding/jsonschema/testdata/txtar/impossibleallof.txtar (about)

     1  -- schema.json --
     2  {
     3      "allOf": [
     4          { "type": "object" },
     5          { "type": "string" }
     6      ]
     7  }
     8  -- out/decode/extract --
     9  ERROR:
    10  constraints are not possible to satisfy:
    11      schema.json:1:1