Apigee · Schema

DependencyEntityReference

Reference to an entity in a dependency relationship.

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

Properties

Name Type Description
displayName string Output only. Display name of the referenced entity.
operationResourceName string Resource name of the operation.
externalApiResourceName string Resource name of the external API.
View JSON Schema on GitHub

JSON Schema

apigee-dependencyentityreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DependencyEntityReference",
  "title": "DependencyEntityReference",
  "type": "object",
  "description": "Reference to an entity in a dependency relationship.",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Output only. Display name of the referenced entity.",
      "readOnly": true
    },
    "operationResourceName": {
      "type": "string",
      "description": "Resource name of the operation."
    },
    "externalApiResourceName": {
      "type": "string",
      "description": "Resource name of the external API."
    }
  }
}