DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / encoding / jsonschema / testdata / txtar / oneof_with_one_possible.txtar
1234567891011121314151617
-- schema.json -- { "oneOf": [ { "type": "string", "enum": [ 1, 2 ] }, { "type": "boolean" } ] } -- out/decode/extract -- bool