Skip to content

Commit

Permalink
fix a missing required and a description (Azure#16421)
Browse files Browse the repository at this point in the history
  • Loading branch information
giakas authored and LeiWang3 committed Mar 31, 2022
1 parent f495ac0 commit 08e6069
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
"type": "object",
"required": [
"@type",
"credentials",
"url"
],
"description": "Base class for endpoints."
Expand Down Expand Up @@ -856,7 +857,7 @@
},
"retentionPeriod": {
"type": "string",
"description": "Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. \"PT1D\" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where \"kind\" is set to \"live\"."
"description": "Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. \"P1D\" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where \"kind\" is set to \"live\"."
}
},
"type": "object",
Expand Down

0 comments on commit 08e6069

Please sign in to comment.