Microsoft Azure · Schema

DeploymentListResponse

Response listing deployments.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
object string
data array
View JSON Schema on GitHub

JSON Schema

azure-openai-service-deployment-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentListResponse",
  "type": "object",
  "description": "Response listing deployments.",
  "properties": {
    "object": {
      "type": "string"
    },
    "data": {
      "type": "array"
    }
  }
}