changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "content_rating": {
+ "description": "Content ratings",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "created_time": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "description": {
+ "description": "Video description",
+ "type": "string"
+ },
+ "duration": {
+ "description": "Duration in seconds",
+ "type": "number"
+ },
+ "embed": {
+ "description": "Embed settings",
+ "type": "object"
+ },
+ "height": {
+ "description": "Video height",
+ "type": "number"
+ },
+ "license": {
+ "description": "License type",
+ "type": "string"
+ },
+ "metadata": {
+ "description": "Additional metadata",
+ "type": "object"
+ },
+ "modified_time": {
+ "description": "Last modified timestamp",
+ "type": "string"
+ },
+ "name": {
+ "description": "Video title",
+ "type": "string"
+ },
+ "pictures": {
+ "description": "Picture/thumbnail data",
+ "type": "object"
+ },
+ "privacy": {
+ "description": "Privacy settings",
+ "type": "object"
+ },
+ "release_time": {
+ "description": "Release timestamp",
+ "type": "string"
+ },
+ "stats": {
+ "description": "Video statistics",
+ "type": "object"
+ },
+ "status": {
+ "description": "Video processing status",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Video tags",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "uri": {
+ "description": "Video URI",
+ "type": "string"
+ },
+ "user": {
+ "description": "Uploader user object",
+ "type": "object"
+ },
+ "width": {
+ "description": "Video width",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}