cuelang.org/go@v0.13.0/encoding/jsonschema/testdata/txtar/oneof_with_unconstrained-1.txtar (about)

     1  Issue 3586, first test case.
     2  
     3  -- schema.json --
     4  {
     5      "oneOf": [
     6          true,
     7          true
     8      ]
     9  }
    10  -- out/decode/extract --
    11  matchN(1, [_, _])
    12  -- test/err-string.json --
    13  "something"
    14  -- out/decode/testerr/err-string --
    15  invalid value "something" (does not satisfy matchN): 2 matched, expected 1:
    16      generated.cue:1:1
    17      generated.cue:1:8
    18      test/err-string.json:1:1