From 689766ce89ed3776328e34bde7ddba9ee257cf6d Mon Sep 17 00:00:00 2001 From: giakas Date: Wed, 19 May 2021 11:41:40 -0700 Subject: [PATCH] [AVA] [data-plane] update a few examples for docs reason (#14479) --- .../VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json b/specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json index 7b6e7f13621..5e37d67050c 100644 --- a/specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json +++ b/specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json @@ -1252,12 +1252,12 @@ }, "minimumActivationTime": { "type": "string", - "example": "PT1S", + "example": "PT10S", "description": "The minimum period for which the gate remains open in the absence of subsequent triggers (events). When used upstream of a file or video sink, it determines the minimum length of the recorded video clip." }, "maximumActivationTime": { "type": "string", - "example": "PT2S", + "example": "PT10S", "description": "The maximum period for which the gate remains open in the presence of subsequent triggers (events). When used upstream of a file or video sink, it determines the maximum length of the recorded video clip." } },