Google Apigee · Schema

ApiProxy

API GatewayAPI ManagementEnterpriseGoogle Cloud

Properties

Name Type Description
name string
revision array
latestRevisionId string
metaData object
View JSON Schema on GitHub

JSON Schema

google-apigee-apiproxy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiProxy",
  "title": "ApiProxy",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "revision": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "latestRevisionId": {
      "type": "string"
    },
    "metaData": {
      "type": "object",
      "properties": {
        "createdAt": {
          "type": "string"
        },
        "lastModifiedAt": {
          "type": "string"
        }
      }
    }
  }
}