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

     1  #noverify
     2  -- schema.json --
     3  {
     4  	"anyOf": [
     5  		true,
     6  		false
     7  	]
     8  }
     9  
    10  -- out/decode/extract --
    11  matchN(>=1, [_, _|_])