diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulAnalyzeImageByDomainWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulAnalyzeImageByDomainWithUrl.json index bb0152d81ae6..92ead72b5f8f 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulAnalyzeImageByDomainWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulAnalyzeImageByDomainWithUrl.json @@ -3,7 +3,9 @@ "Endpoint": "https://westus.api.cognitive.microsoft.com", "Ocp-Apim-Subscription-Key": "{API key}", "model": "Celebrities", - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "200": { diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulAnalyzeImageWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulAnalyzeImageWithUrl.json index 4ce7646fa9de..be78226e0e16 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulAnalyzeImageWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulAnalyzeImageWithUrl.json @@ -18,7 +18,9 @@ "Landmarks" ], "language": "en", - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "200": { diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulDescribeImageWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulDescribeImageWithUrl.json index 03509915468b..087ac0515231 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulDescribeImageWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulDescribeImageWithUrl.json @@ -3,7 +3,9 @@ "Endpoint": "https://westus.api.cognitive.microsoft.com", "Ocp-Apim-Subscription-Key": "{API key}", "maxCandidates": 1, - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "200": { diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulDetectObjectsWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulDetectObjectsWithUrl.json index 6d99dd0778ec..7ea387eb41be 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulDetectObjectsWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulDetectObjectsWithUrl.json @@ -2,7 +2,9 @@ "parameters": { "Endpoint": "https://westus.api.cognitive.microsoft.com", "Ocp-Apim-Subscription-Key": "{API key}", - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "200": { diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulGenerateThumbnailWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulGenerateThumbnailWithUrl.json index 2ce02718987e..28744179ecb8 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulGenerateThumbnailWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulGenerateThumbnailWithUrl.json @@ -5,7 +5,9 @@ "width": "500", "height": "500", "smartCropping": true, - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "200": { diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulGetAreaOfInterestWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulGetAreaOfInterestWithUrl.json index bf88666d434b..7d6d08208836 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulGetAreaOfInterestWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulGetAreaOfInterestWithUrl.json @@ -2,7 +2,9 @@ "parameters": { "Endpoint": "https://westus.api.cognitive.microsoft.com", "Ocp-Apim-Subscription-Key": "{API key}", - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "200": { diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulReadWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulReadWithUrl.json index a13e30792327..642e44b140c0 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulReadWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulReadWithUrl.json @@ -3,7 +3,9 @@ "Endpoint": "{Endpoint}", "Ocp-Apim-Subscription-Key": "{API key}", "language": "en", - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "202": { diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulRecognizePrintedTextWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulRecognizePrintedTextWithUrl.json index 94b8ac2da21c..a0b8bc84e37b 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulRecognizePrintedTextWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulRecognizePrintedTextWithUrl.json @@ -4,7 +4,9 @@ "Ocp-Apim-Subscription-Key": "{API key}", "detectOrientation": "true", "language": "en", - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "200": { diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulTagImageWithUrl.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulTagImageWithUrl.json index 12252d4272a0..0dcf0304a33a 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulTagImageWithUrl.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v3.0/examples/SuccessfulTagImageWithUrl.json @@ -2,7 +2,9 @@ "parameters": { "Endpoint": "https://westus.api.cognitive.microsoft.com", "Ocp-Apim-Subscription-Key": "{API key}", - "ImageUrl": {"url": "{url}"} + "ImageUrl": { + "url": "{url}" + } }, "responses": { "200": {