...

Text file src/google.golang.org/api/google-api-go-generator/testdata/mapofobjects.json

Documentation: google.golang.org/api/google-api-go-generator/testdata

     1{
     2 "kind": "discovery#restDescription",
     3 "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"",
     4 "discoveryVersion": "v1",
     5 "id": "additionalpropsobjs:v1",
     6 "name": "additionalpropsobjs",
     7 "version": "v1",
     8 "title": "Example API",
     9 "description": "The Example API demonstrates an associative array.",
    10 "ownerDomain": "google.com",
    11 "ownerName": "Google",
    12 "protocol": "rest",
    13 "schemas": {
    14  "Entity": {
    15   "id": "Entity",
    16   "type": "object",
    17   "externalTypeName": "apphosting.client.datastoreservice.proto.Entity",
    18   "properties": {
    19    "properties": {
    20     "type": "object",
    21     "description": "The entity's properties.",
    22     "additionalProperties": {
    23      "type": "object",
    24      "properties": {
    25       "name": {
    26        "type": "string",
    27        "description": "The name of the property. Properties with names matching regex \"__.*__\" are reserved. A reserved property name is forbidden in certain documented contexts. The name cannot be \"\"."
    28       }
    29      }
    30     }
    31    }
    32   }
    33  }
    34 }
    35}

View as plain text