Apigee · Schema

Owner

Owner of an API resource.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetization

Properties

Name Type Description
displayName string Display name of the owner.
email string Email address of the owner.
View JSON Schema on GitHub

JSON Schema

apigee-owner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Owner",
  "title": "Owner",
  "type": "object",
  "description": "Owner of an API resource.",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Display name of the owner."
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address of the owner."
    }
  }
}