Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@
}
},
"type": "object",
"required": [
"startTimestamp",
"endTimestamp",
"presentationWindowDuration",
"liveBackoffDuration",
"timescale",
"forceEndTimestamp"
],
"description": "The presentation time range, this is asset related and not recommended for Account Filter."
},
"FilterTrackPropertyCondition": {
Expand Down Expand Up @@ -110,7 +102,7 @@
"description": "The bitrate."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The track property type."
},
Expand All @@ -136,7 +128,7 @@
"description": "The not equal operation."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The track property condition operation."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"description": "The number of milliseconds."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The metric unit",
"readOnly": true,
Expand Down Expand Up @@ -153,7 +153,7 @@
"description": "The sum."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The metric aggregation type",
"readOnly": true,
Expand Down Expand Up @@ -277,7 +277,7 @@
"description": "A secondary storage account for the Media Services account."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The type of the storage account."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"description": "The Asset is encrypted with Media Services client-side encryption."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The Asset encryption format. One of None or MediaStorageEncryption.",
"readOnly": true,
Expand Down Expand Up @@ -264,14 +264,6 @@
}
},
"type": "object",
"required": [
"startTimestamp",
"endTimestamp",
"presentationWindowDuration",
"liveBackoffDuration",
"timescale",
"forceEndTimestamp"
],
"description": "The presentation time range, this is asset related and not recommended for Account Filter."
},
"FilterTrackPropertyCondition": {
Expand Down Expand Up @@ -314,7 +306,7 @@
"description": "The bitrate."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The track property type."
},
Expand All @@ -340,7 +332,7 @@
"description": "The not equal operation."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The track property condition operation."
}
Expand Down Expand Up @@ -498,7 +490,7 @@
"description": "The SAS URL will allow read, write and delete access to the container."
}
],
"modelAsExtensible": true
"modelAsString": true
}
},
"expiryTime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"description": "Passing the video portion of protected content to an Unknown Output is allowed but with constrained resolution."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "Configures Unknown output handling settings of the license."
},
Expand Down Expand Up @@ -263,7 +263,7 @@
"description": "Persistent license. Allows offline playback."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The license type."
},
Expand Down Expand Up @@ -299,7 +299,7 @@
"description": "Ultraviolet streaming content type."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The PlayReady content type."
}
Expand Down Expand Up @@ -500,7 +500,7 @@
"description": "JSON Web Token."
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The type of token."
},
Expand Down Expand Up @@ -634,7 +634,7 @@
"description": "Content key can be persisted and the valid duration is limited by the Rental Duration value"
}
],
"modelAsExtensible": true
"modelAsString": true
},
"description": "The rental and lease key type."
},
Expand Down
Loading