Apigee · Schema

ListDatastoresResponse

Response for listing data stores.

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

Properties

Name Type Description
datastores array
View JSON Schema on GitHub

JSON Schema

apigee-listdatastoresresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListDatastoresResponse",
  "title": "ListDatastoresResponse",
  "type": "object",
  "description": "Response for listing data stores.",
  "properties": {
    "datastores": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Datastore"
      }
    }
  }
}