{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeploymentListResult", "title": "DeploymentListResult", "type": "object", "description": "The list of cognitive services account deployments.", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Deployment" }, "description": "An array of deployments.", "example": [] }, "nextLink": { "type": "string", "description": "The link used to get the next page of deployments.", "example": "example_value" } } }