changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of matching videos",
+ "items": {
+ "properties": {
+ "created_time": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "description": {
+ "description": "Video description",
+ "type": "string"
+ },
+ "duration": {
+ "description": "Duration in seconds",
+ "type": "number"
+ },
+ "height": {
+ "description": "Video height",
+ "type": "number"
+ },
+ "name": {
+ "description": "Video title",
+ "type": "string"
+ },
+ "pictures": {
+ "description": "Picture/thumbnail data",
+ "type": "object"
+ },
+ "uri": {
+ "description": "Video URI",
+ "type": "string"
+ },
+ "user": {
+ "description": "Uploader user object",
+ "type": "object"
+ },
+ "width": {
+ "description": "Video width",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "page": {
+ "description": "Current page",
+ "type": "number"
+ },
+ "paging": {
+ "description": "Pagination links",
+ "type": "object"
+ },
+ "per_page": {
+ "description": "Items per page",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total matching videos",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}