From 6823d06ea268355dac0227d0347276494dc34e2a Mon Sep 17 00:00:00 2001 From: Gnuxie <50846879+Gnuxie@users.noreply.github.com> Date: Wed, 10 Jun 2020 22:24:43 +0100 Subject: [PATCH] consistency with commas to aid those trying to be naughty parsing these psuedo schemas --- API.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/API.md b/API.md index 24ca09d..12f581e 100644 --- a/API.md +++ b/API.md @@ -51,7 +51,7 @@ All endpoints that return a JSON body support the [fields API](https://developer "url": String, "width": Int32, "height": Int32 - }, + } ], "description": String, @@ -107,7 +107,7 @@ All endpoints that return a JSON body support the [fields API](https://developer "encoding": String, "qualityLabel": String?, "resolution": String? - }, + } ], "formatStreams": [ { @@ -120,7 +120,7 @@ All endpoints that return a JSON body support the [fields API](https://developer "qualityLabel": String, "resolution": String, "size": String - }, + } ], "captions": [ { @@ -139,7 +139,7 @@ All endpoints that return a JSON body support the [fields API](https://developer "url": String, "width": Int32, "height": Int32 - }, + } ], "author": String, "lengthSeconds": Int32, @@ -177,9 +177,11 @@ Returns annotation XML from YouTube's `/annotations_invideo` endpoint. Alternati { "author": String, "authorThumbnails": [ - "url": String, - "width": Int32, - "height": Int32 + { + "url": String, + "width": Int32, + "height": Int32 + } ], "authorId": String, "authorUrl": String,