Index: discovery/googleapis_beta/clouderrorreporting__v1beta1.json |
diff --git a/discovery/googleapis_beta/clouderrorreporting__v1beta1.json b/discovery/googleapis_beta/clouderrorreporting__v1beta1.json |
index d2a86cc6d9abe7ba05b0d7385080efafcdeb0221..d5e59ba857e8d0219a9a31d3380b919ca0066259 100644 |
--- a/discovery/googleapis_beta/clouderrorreporting__v1beta1.json |
+++ b/discovery/googleapis_beta/clouderrorreporting__v1beta1.json |
@@ -25,11 +25,6 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "callback": { |
- "description": "JSONP", |
- "location": "query", |
- "type": "string" |
- }, |
"$.xgafv": { |
"description": "V1 error format.", |
"enum": [ |
@@ -43,6 +38,11 @@ |
"location": "query", |
"type": "string" |
}, |
+ "callback": { |
+ "description": "JSONP", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"alt": { |
"default": "json", |
"description": "Data format for response.", |
@@ -80,13 +80,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
"location": "query", |
"type": "string" |
}, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
"location": "query", |
"type": "string" |
}, |
@@ -142,115 +142,34 @@ |
} |
}, |
"resources": { |
- "events": { |
+ "groupStats": { |
"methods": { |
"list": { |
- "description": "Lists the specified events.", |
+ "description": "Lists the specified groups.", |
"httpMethod": "GET", |
- "id": "clouderrorreporting.projects.events.list", |
+ "id": "clouderrorreporting.projects.groupStats.list", |
"parameterOrder": [ |
"projectName" |
], |
"parameters": { |
- "groupId": { |
- "description": "[Required] The group for which events shall be returned.", |
- "location": "query", |
- "type": "string" |
- }, |
- "pageToken": { |
- "description": "[Optional] A `next_page_token` provided by a previous response.", |
- "location": "query", |
- "type": "string" |
- }, |
- "serviceFilter.service": { |
- "description": "[Optional] The exact value to match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).", |
- "location": "query", |
+ "projectName": { |
+ "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas <code>projects/</code> plus the\n<a href=\"https://support.google.com/cloud/answer/6158840\">Google Cloud\nPlatform project ID</a>.\n\nExample: <code>projects/my-project-123</code>.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+$", |
+ "required": true, |
"type": "string" |
}, |
- "pageSize": { |
- "description": "[Optional] The maximum number of results to return per response.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
- }, |
- "serviceFilter.version": { |
- "description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).", |
+ "timedCountDuration": { |
+ "description": "[Optional] The preferred duration for a single returned `TimedCount`.\nIf not set, no timed counts are returned.", |
+ "format": "google-duration", |
"location": "query", |
"type": "string" |
}, |
- "serviceFilter.resourceType": { |
- "description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).", |
+ "pageToken": { |
+ "description": "[Optional] A `next_page_token` provided by a previous response. To view\nadditional results, pass this token along with the identical query\nparameters as the first request.", |
"location": "query", |
"type": "string" |
}, |
- "timeRange.period": { |
- "description": "Restricts the query to the specified time range.", |
- "enum": [ |
- "PERIOD_UNSPECIFIED", |
- "PERIOD_1_HOUR", |
- "PERIOD_6_HOURS", |
- "PERIOD_1_DAY", |
- "PERIOD_1_WEEK", |
- "PERIOD_30_DAYS" |
- ], |
- "location": "query", |
- "type": "string" |
- }, |
- "projectName": { |
- "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project\nID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.", |
- "location": "path", |
- "pattern": "^projects/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1beta1/{+projectName}/events", |
- "response": { |
- "$ref": "ListEventsResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "report": { |
- "description": "Report an individual error event.\n\nThis endpoint accepts <strong>either</strong> an OAuth token,\n<strong>or</strong> an\n<a href=\"https://support.google.com/cloud/answer/6158862\">API key</a>\nfor authentication. To use an API key, append it to the URL as the value of\na `key` parameter. For example:\n<pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre>", |
- "httpMethod": "POST", |
- "id": "clouderrorreporting.projects.events.report", |
- "parameterOrder": [ |
- "projectName" |
- ], |
- "parameters": { |
- "projectName": { |
- "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.", |
- "location": "path", |
- "pattern": "^projects/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1beta1/{+projectName}/events:report", |
- "request": { |
- "$ref": "ReportedErrorEvent" |
- }, |
- "response": { |
- "$ref": "ReportErrorEventResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- } |
- } |
- }, |
- "groupStats": { |
- "methods": { |
- "list": { |
- "description": "Lists the specified groups.", |
- "httpMethod": "GET", |
- "id": "clouderrorreporting.projects.groupStats.list", |
- "parameterOrder": [ |
- "projectName" |
- ], |
- "parameters": { |
"timeRange.period": { |
"description": "Restricts the query to the specified time range.", |
"enum": [ |
@@ -291,6 +210,11 @@ |
"location": "query", |
"type": "integer" |
}, |
+ "serviceFilter.version": { |
+ "description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"order": { |
"description": "[Optional] The sort order in which the results are returned.\nDefault is `COUNT_DESC`.", |
"enum": [ |
@@ -303,11 +227,6 @@ |
"location": "query", |
"type": "string" |
}, |
- "serviceFilter.version": { |
- "description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).", |
- "location": "query", |
- "type": "string" |
- }, |
"serviceFilter.resourceType": { |
"description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).", |
"location": "query", |
@@ -318,24 +237,6 @@ |
"format": "google-datetime", |
"location": "query", |
"type": "string" |
- }, |
- "projectName": { |
- "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas <code>projects/</code> plus the\n<a href=\"https://support.google.com/cloud/answer/6158840\">Google Cloud\nPlatform project ID</a>.\n\nExample: <code>projects/my-project-123</code>.", |
- "location": "path", |
- "pattern": "^projects/[^/]+$", |
- "required": true, |
- "type": "string" |
- }, |
- "timedCountDuration": { |
- "description": "[Optional] The preferred duration for a single returned `TimedCount`.\nIf not set, no timed counts are returned.", |
- "format": "google-duration", |
- "location": "query", |
- "type": "string" |
- }, |
- "pageToken": { |
- "description": "[Optional] A `next_page_token` provided by a previous response. To view\nadditional results, pass this token along with the identical query\nparameters as the first request.", |
- "location": "query", |
- "type": "string" |
} |
}, |
"path": "v1beta1/{+projectName}/groupStats", |
@@ -350,6 +251,30 @@ |
}, |
"groups": { |
"methods": { |
+ "get": { |
+ "description": "Get the specified group.", |
+ "httpMethod": "GET", |
+ "id": "clouderrorreporting.projects.groups.get", |
+ "parameterOrder": [ |
+ "groupName" |
+ ], |
+ "parameters": { |
+ "groupName": { |
+ "description": "[Required] The group resource name. Written as\n<code>projects/<var>projectID</var>/groups/<var>group_name</var></code>.\nCall\n<a href=\"/error-reporting/reference/rest/v1beta1/projects.groupStats/list\">\n<code>groupStats.list</code></a> to return a list of groups belonging to\nthis project.\n\nExample: <code>projects/my-project-123/groups/my-group</code>", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/groups/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1beta1/{+groupName}", |
+ "response": { |
+ "$ref": "ErrorGroup" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
"update": { |
"description": "Replace the data for the specified group.\nFails if the group does not exist.", |
"httpMethod": "PUT", |
@@ -376,26 +301,101 @@ |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
- }, |
- "get": { |
- "description": "Get the specified group.", |
+ } |
+ } |
+ }, |
+ "events": { |
+ "methods": { |
+ "list": { |
+ "description": "Lists the specified events.", |
"httpMethod": "GET", |
- "id": "clouderrorreporting.projects.groups.get", |
+ "id": "clouderrorreporting.projects.events.list", |
"parameterOrder": [ |
- "groupName" |
+ "projectName" |
], |
"parameters": { |
- "groupName": { |
- "description": "[Required] The group resource name. Written as\n<code>projects/<var>projectID</var>/groups/<var>group_name</var></code>.\nCall\n<a href=\"/error-reporting/reference/rest/v1beta1/projects.groupStats/list\">\n<code>groupStats.list</code></a> to return a list of groups belonging to\nthis project.\n\nExample: <code>projects/my-project-123/groups/my-group</code>", |
+ "serviceFilter.resourceType": { |
+ "description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "timeRange.period": { |
+ "description": "Restricts the query to the specified time range.", |
+ "enum": [ |
+ "PERIOD_UNSPECIFIED", |
+ "PERIOD_1_HOUR", |
+ "PERIOD_6_HOURS", |
+ "PERIOD_1_DAY", |
+ "PERIOD_1_WEEK", |
+ "PERIOD_30_DAYS" |
+ ], |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "projectName": { |
+ "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project\nID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.", |
"location": "path", |
- "pattern": "^projects/[^/]+/groups/[^/]+$", |
+ "pattern": "^projects/[^/]+$", |
"required": true, |
"type": "string" |
+ }, |
+ "groupId": { |
+ "description": "[Required] The group for which events shall be returned.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "serviceFilter.service": { |
+ "description": "[Optional] The exact value to match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "pageToken": { |
+ "description": "[Optional] A `next_page_token` provided by a previous response.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "pageSize": { |
+ "description": "[Optional] The maximum number of results to return per response.", |
+ "format": "int32", |
+ "location": "query", |
+ "type": "integer" |
+ }, |
+ "serviceFilter.version": { |
+ "description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
- "path": "v1beta1/{+groupName}", |
+ "path": "v1beta1/{+projectName}/events", |
"response": { |
- "$ref": "ErrorGroup" |
+ "$ref": "ListEventsResponse" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "report": { |
+ "description": "Report an individual error event.\n\nThis endpoint accepts <strong>either</strong> an OAuth token,\n<strong>or</strong> an\n<a href=\"https://support.google.com/cloud/answer/6158862\">API key</a>\nfor authentication. To use an API key, append it to the URL as the value of\na `key` parameter. For example:\n<pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre>", |
+ "httpMethod": "POST", |
+ "id": "clouderrorreporting.projects.events.report", |
+ "parameterOrder": [ |
+ "projectName" |
+ ], |
+ "parameters": { |
+ "projectName": { |
+ "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1beta1/{+projectName}/events:report", |
+ "request": { |
+ "$ref": "ReportedErrorEvent" |
+ }, |
+ "response": { |
+ "$ref": "ReportErrorEventResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
@@ -406,13 +406,21 @@ |
} |
} |
}, |
- "revision": "20170811", |
+ "revision": "20170825", |
"rootUrl": "https://clouderrorreporting.googleapis.com/", |
"schemas": { |
"ErrorEvent": { |
"description": "An error event which is returned by the Error Reporting system.", |
"id": "ErrorEvent", |
"properties": { |
+ "message": { |
+ "description": "The stack trace that was reported or logged by the service.", |
+ "type": "string" |
+ }, |
+ "serviceContext": { |
+ "$ref": "ServiceContext", |
+ "description": "The `ServiceContext` for which this error was reported." |
+ }, |
"eventTime": { |
"description": "Time when the event occurred as provided in the error report.\nIf the report did not contain a timestamp, the time the error was received\nby the Error Reporting system is used.", |
"format": "google-datetime", |
@@ -421,14 +429,6 @@ |
"context": { |
"$ref": "ErrorContext", |
"description": "Data about the context in which the error occurred." |
- }, |
- "message": { |
- "description": "The stack trace that was reported or logged by the service.", |
- "type": "string" |
- }, |
- "serviceContext": { |
- "$ref": "ServiceContext", |
- "description": "The `ServiceContext` for which this error was reported." |
} |
}, |
"type": "object" |
@@ -498,30 +498,6 @@ |
"description": "Data extracted for a specific group based on certain filter criteria,\nsuch as a given time period and/or service filter.", |
"id": "ErrorGroupStats", |
"properties": { |
- "group": { |
- "$ref": "ErrorGroup", |
- "description": "Group data that is independent of the filter criteria." |
- }, |
- "firstSeenTime": { |
- "description": "Approximate first occurrence that was ever seen for this group\nand which matches the given filter criteria, ignoring the\ntime_range that was specified in the request.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "count": { |
- "description": "Approximate total number of events in the given group that match\nthe filter criteria.", |
- "format": "int64", |
- "type": "string" |
- }, |
- "affectedUsersCount": { |
- "description": "Approximate number of affected users in the given group that\nmatch the filter criteria.\nUsers are distinguished by data in the `ErrorContext` of the\nindividual error events, such as their login name or their remote\nIP address in case of HTTP requests.\nThe number of affected users can be zero even if the number of\nerrors is non-zero if no data was provided from which the\naffected user could be deduced.\nUsers are counted based on data in the request\ncontext that was provided in the error report. If more users are\nimplicitly affected, such as due to a crash of the whole service,\nthis is not reflected here.", |
- "format": "int64", |
- "type": "string" |
- }, |
- "lastSeenTime": { |
- "description": "Approximate last occurrence that was ever seen for this group and\nwhich matches the given filter criteria, ignoring the time_range\nthat was specified in the request.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
"affectedServices": { |
"description": "Service contexts with a non-zero error count for the given filter\ncriteria. This list can be truncated if multiple services are affected.\nRefer to `num_affected_services` for the total count.", |
"items": { |
@@ -544,6 +520,30 @@ |
"$ref": "TimedCount" |
}, |
"type": "array" |
+ }, |
+ "group": { |
+ "$ref": "ErrorGroup", |
+ "description": "Group data that is independent of the filter criteria." |
+ }, |
+ "firstSeenTime": { |
+ "description": "Approximate first occurrence that was ever seen for this group\nand which matches the given filter criteria, ignoring the\ntime_range that was specified in the request.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "count": { |
+ "description": "Approximate total number of events in the given group that match\nthe filter criteria.", |
+ "format": "int64", |
+ "type": "string" |
+ }, |
+ "lastSeenTime": { |
+ "description": "Approximate last occurrence that was ever seen for this group and\nwhich matches the given filter criteria, ignoring the time_range\nthat was specified in the request.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "affectedUsersCount": { |
+ "description": "Approximate number of affected users in the given group that\nmatch the filter criteria.\nUsers are distinguished by data in the `ErrorContext` of the\nindividual error events, such as their login name or their remote\nIP address in case of HTTP requests.\nThe number of affected users can be zero even if the number of\nerrors is non-zero if no data was provided from which the\naffected user could be deduced.\nUsers are counted based on data in the request\ncontext that was provided in the error report. If more users are\nimplicitly affected, such as due to a crash of the whole service,\nthis is not reflected here.", |
+ "format": "int64", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -575,6 +575,11 @@ |
"description": "The number of errors in a given time period.\nAll numbers are approximate since the error events are sampled\nbefore counting them.", |
"id": "TimedCount", |
"properties": { |
+ "endTime": { |
+ "description": "End of the time period to which `count` refers (excluded).", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
"startTime": { |
"description": "Start of the time period to which `count` refers (included).", |
"format": "google-datetime", |
@@ -584,11 +589,6 @@ |
"description": "Approximate number of occurrences in the given time period.", |
"format": "int64", |
"type": "string" |
- }, |
- "endTime": { |
- "description": "End of the time period to which `count` refers (excluded).", |
- "format": "google-datetime", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -639,10 +639,6 @@ |
"description": "Describes a running service that sends errors.\nIts version changes over time and multiple versions can run in parallel.", |
"id": "ServiceContext", |
"properties": { |
- "resourceType": { |
- "description": "Type of the MonitoredResource. List of possible values:\nhttps://cloud.google.com/monitoring/api/resources\n\nValue is set automatically for incoming errors and must not be set when\nreporting errors.", |
- "type": "string" |
- }, |
"version": { |
"description": "Represents the source code version that the developer provided,\nwhich could represent a version label or a Git SHA-1 hash, for example.\nFor App Engine standard environment, the version is set to the version of\nthe app.", |
"type": "string" |
@@ -650,6 +646,10 @@ |
"service": { |
"description": "An identifier of the service, such as the name of the\nexecutable, job, or Google App Engine service name. This field is expected\nto have a low number of values that are relatively stable over time, as\nopposed to `version`, which can be changed whenever new code is deployed.\n\nContains the service name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default service is used.", |
"type": "string" |
+ }, |
+ "resourceType": { |
+ "description": "Type of the MonitoredResource. List of possible values:\nhttps://cloud.google.com/monitoring/api/resources\n\nValue is set automatically for incoming errors and must not be set when\nreporting errors.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -664,6 +664,15 @@ |
"description": "HTTP request data that is related to a reported error.\nThis data should be provided by the application when reporting an error,\nunless the\nerror report has been generated automatically from Google App Engine logs.", |
"id": "HttpRequestContext", |
"properties": { |
+ "responseStatusCode": { |
+ "description": "The HTTP response status code for the request.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "method": { |
+ "description": "The type of HTTP request, such as `GET`, `POST`, etc.", |
+ "type": "string" |
+ }, |
"remoteIp": { |
"description": "The IP address from which the request originated.\nThis can be IPv4, IPv6, or a token which is derived from the\nIP address, depending on the data that has been provided\nin the error report.", |
"type": "string" |
@@ -679,15 +688,6 @@ |
"url": { |
"description": "The URL of the request.", |
"type": "string" |
- }, |
- "responseStatusCode": { |
- "description": "The HTTP response status code for the request.", |
- "format": "int32", |
- "type": "integer" |
- }, |
- "method": { |
- "description": "The type of HTTP request, such as `GET`, `POST`, etc.", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -696,11 +696,6 @@ |
"description": "Contains a set of requested error group stats.", |
"id": "ListGroupStatsResponse", |
"properties": { |
- "timeRangeBegin": { |
- "description": "The timestamp specifies the start time to which the request was restricted.\nThe start time is set based on the requested time range. It may be adjusted\nto a later time if a project has exceeded the storage quota and older data\nhas been deleted.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
"errorGroupStats": { |
"description": "The error group stats which match the given request.", |
"items": { |
@@ -711,6 +706,11 @@ |
"nextPageToken": { |
"description": "If non-empty, more results are available.\nPass this token, along with the same query parameters as the first\nrequest, to view the next page of results.", |
"type": "string" |
+ }, |
+ "timeRangeBegin": { |
+ "description": "The timestamp specifies the start time to which the request was restricted.\nThe start time is set based on the requested time range. It may be adjusted\nto a later time if a project has exceeded the storage quota and older data\nhas been deleted.", |
+ "format": "google-datetime", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -725,13 +725,13 @@ |
"description": "A reference to a particular snapshot of the source tree used to build and\ndeploy an application.", |
"id": "SourceReference", |
"properties": { |
- "revisionId": { |
- "description": "The canonical and persistent identifier of the deployed revision.\nExample (git): \"0035781c50ec7aa23385dc841529ce8a4b70db1b\"", |
- "type": "string" |
- }, |
"repository": { |
"description": "Optional. A URI string identifying the repository.\nExample: \"https://github.com/GoogleCloudPlatform/kubernetes.git\"", |
"type": "string" |
+ }, |
+ "revisionId": { |
+ "description": "The canonical and persistent identifier of the deployed revision.\nExample (git): \"0035781c50ec7aa23385dc841529ce8a4b70db1b\"", |
+ "type": "string" |
} |
}, |
"type": "object" |