cuelang.org/go@v0.10.1/encoding/jsonschema/testdata/id_scalar.txtar (about) 1 -- schema.json -- 2 { 3 "$schema": "http://json-schema.org/draft-07/schema#", 4 "$id": "http://cuelang.org/go/encoding/openapi/testdata/id_scalar.json", 5 6 "type": "string" 7 } 8 9 -- out/decode/cue -- 10 @jsonschema(schema="http://json-schema.org/draft-07/schema#") 11 @jsonschema(id="http://cuelang.org/go/encoding/openapi/testdata/id_scalar.json") 12 string