Google Apigee · Schema

Operation

API GatewayAPI ManagementEnterpriseGoogle Cloud

Properties

Name Type Description
name string
done boolean
metadata object
response object
error object
View JSON Schema on GitHub

JSON Schema

google-apigee-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Operation",
  "title": "Operation",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "done": {
      "type": "boolean"
    },
    "metadata": {
      "type": "object"
    },
    "response": {
      "type": "object"
    },
    "error": {
      "type": "object"
    }
  }
}