Cognitive Services account deployment.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Deployment", "type": "object", "description": "Cognitive Services account deployment.", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "etag": { "type": "string" } } }