update all json files

This commit is contained in:
Sebastian Thiel
2020-04-12 18:55:37 +08:00
parent ea3b428364
commit aacc30f08d
260 changed files with 138411 additions and 26293 deletions

View File

@@ -14,7 +14,7 @@
"description": "Searches for books and manages your Google Books library.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/books/docs/v1/getting_started",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/h5Orf5DrqrrUcgcY5Qi7H6FmfVA\"",
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/FivGHh5u6W1RctbrVrrDR-2aAQM\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/ebooks-16.png",
"x32": "https://www.google.com/images/icons/product/ebooks-32.png"
@@ -2480,7 +2480,7 @@
}
}
},
"revision": "20181212",
"revision": "20200310",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Annotation": {
@@ -2796,6 +2796,30 @@
},
"type": "object"
},
"BooksSubscriptionReleaseInfo": {
"id": "BooksSubscriptionReleaseInfo",
"properties": {
"amountInMicros": {
"description": "Amount in micros of the specified currency code.",
"format": "int64",
"type": "string"
},
"currencyCode": {
"description": "Currency code of the amount.",
"type": "string"
},
"releaseNumber": {
"description": "The release number of this issue/volume/book.",
"type": "string"
},
"releaseTimestampUs": {
"description": "The release date.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"BooksVolumesRecommendedRateResponse": {
"id": "BooksVolumesRecommendedRateResponse",
"properties": {
@@ -3830,15 +3854,49 @@
"bannerImageUrl": {
"type": "string"
},
"eligibleForSubscription": {
"type": "boolean"
},
"imageUrl": {
"type": "string"
},
"isComplete": {
"type": "boolean"
},
"seriesFormatType": {
"type": "string"
},
"seriesId": {
"type": "string"
},
"seriesSubscriptionReleaseInfo": {
"properties": {
"cancellationTimestampUs": {
"description": "Cancellation date of the series subscription (or when it ends).",
"format": "int64",
"type": "string"
},
"currentReleaseInfo": {
"$ref": "BooksSubscriptionReleaseInfo",
"description": "Release information for the last release."
},
"nextReleaseInfo": {
"$ref": "BooksSubscriptionReleaseInfo",
"description": "Release information for the next release."
},
"seriesSubscriptionType": {
"description": "series subscription type.",
"type": "string"
}
},
"type": "object"
},
"seriesType": {
"type": "string"
},
"subscriptionId": {
"type": "string"
},
"title": {
"type": "string"
}