cuelang.org/go@v0.10.1/encoding/openapi/testdata/quotedfield.json (about)

     1  {
     2     "openapi": "3.0.0",
     3     "info": {
     4        "title": "Generated by cue.",
     5        "version": "no version"
     6     },
     7     "paths": {},
     8     "components": {
     9        "schemas": {
    10           "Def": {
    11              "type": "object",
    12              "required": [
    13                 "@type"
    14              ],
    15              "properties": {
    16                 "@type": {
    17                    "type": "string"
    18                 }
    19              }
    20           }
    21        }
    22     }
    23  }