Google Cloud Platform · JSON Structure

Cloud Resource Manager Status Structure

Type: object Properties: 3
API ManagementCloud ComputingInfrastructurePlatform as a Service

Status is a JSON Structure definition published by Google Cloud Platform, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code message details

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Status",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    },
    "details": {
      "type": "array"
    }
  }
}