cuelang.org/go@v0.13.0/encoding/jsonschema/testdata/txtar/schema_not_at_root.txtar (about) 1 -- schema.json -- 2 { 3 "$schema": "http://json-schema.org/draft-07/schema#", 4 "$id": "https://test.example/foo", 5 "oneOf": [ 6 { 7 "$schema": "http://json-schema.org/draft-07/schema#", 8 "type": "string" 9 } 10 ] 11 } 12 13 -- out/decode/extract -- 14 ERROR: 15 $schema can only appear at the root in JSON Schema version http://json-schema.org/draft-07/schema#: 16 schema.json:6:11