github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/decoderx/stub/schema.json (about) 1 { 2 "$id": "https://example.com/config.schema.json", 3 "$schema": "http://json-schema.org/draft-07/schema#", 4 "type": "object", 5 "required": ["foo"], 6 "properties": { 7 "foo": { 8 "type": "string" 9 } 10 } 11 }