changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of channel videos",
+ "items": {
+ "properties": {
+ "created_time": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "description": {
+ "description": "Video description",
+ "type": "string"
+ },
+ "duration": {
+ "description": "Duration in seconds",
+ "type": "number"
+ },
+ "name": {
+ "description": "Video title",
+ "type": "string"
+ },
+ "pictures": {
+ "description": "Picture/thumbnail data",
+ "type": "object"
+ },
+ "uri": {
+ "description": "Video URI",
+ "type": "string"
+ }
+ },
+ "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 videos in channel",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}