...

Text file src/cuelang.org/go/encoding/openapi/testdata/omitvalue.json

Documentation: cuelang.org/go/encoding/openapi/testdata

     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         "D": {
    11            "type": "object",
    12            "required": [
    13               "a",
    14               "a_value",
    15               "a b_value"
    16            ],
    17            "properties": {
    18               "a": {
    19                  "type": "integer"
    20               },
    21               "a_value": {
    22                  "type": "integer"
    23               },
    24               "a b_value": {
    25                  "type": "integer"
    26               }
    27            }
    28         },
    29         "D.b": {
    30            "type": "integer"
    31         }
    32      }
    33   }
    34}

View as plain text