Google Apigee · Schema

ApiProxyRevision

API GatewayAPI ManagementEnterpriseGoogle Cloud

Properties

Name Type Description
name string
revision string
basepaths array
displayName string
description string
createdAt string
lastModifiedAt string
View JSON Schema on GitHub

JSON Schema

google-apigee-apiproxyrevision-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiProxyRevision",
  "title": "ApiProxyRevision",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "revision": {
      "type": "string"
    },
    "basepaths": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "lastModifiedAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}