changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "List of gaming platforms with filtering",
+ "properties": {
+ "error": {
+ "description": "Error message if request failed",
+ "type": "string"
+ },
+ "limit": {
+ "description": "Results limit",
+ "type": "number"
+ },
+ "number_of_page_results": {
+ "description": "Number of results on current page",
+ "type": "number"
+ },
+ "number_of_total_results": {
+ "description": "Total results available",
+ "type": "number"
+ },
+ "offset": {
+ "description": "Results offset",
+ "type": "number"
+ },
+ "results": {
+ "description": "Array of platform results",
+ "items": {
+ "properties": {
+ "deck": {
+ "description": "Short description",
+ "type": "string"
+ },
+ "guid": {
+ "description": "Globally unique identifier",
+ "type": "string"
+ },
+ "id": {
+ "description": "Platform ID",
+ "type": "number"
+ },
+ "image": {
+ "description": "Platform image data",
+ "type": "object"
+ },
+ "name": {
+ "description": "Platform name",
+ "type": "string"
+ },
+ "url": {
+ "description": "Giant Bomb URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status_code": {
+ "description": "HTTP status code",
+ "type": "number"
+ },
+ "version": {
+ "description": "API version",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}