Apigee · Schema

EnumAttributeValue

An enum value assigned to an attribute.

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

Properties

Name Type Description
id string ID of the enum value.
displayName string Output only. Display name of the enum value.
View JSON Schema on GitHub

JSON Schema

apigee-enumattributevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnumAttributeValue",
  "title": "EnumAttributeValue",
  "type": "object",
  "description": "An enum value assigned to an attribute.",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the enum value."
    },
    "displayName": {
      "type": "string",
      "description": "Output only. Display name of the enum value.",
      "readOnly": true
    }
  }
}