changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Single game details",
+ "properties": {
+ "deck": {
+ "description": "Short description",
+ "type": "string"
+ },
+ "description": {
+ "description": "Full description",
+ "type": "string"
+ },
+ "developers": {
+ "description": "Development companies",
+ "type": "array"
+ },
+ "error": {
+ "description": "Error message if not found",
+ "type": "string"
+ },
+ "genres": {
+ "description": "Game genres",
+ "type": "array"
+ },
+ "guid": {
+ "description": "Globally unique identifier",
+ "type": "string"
+ },
+ "id": {
+ "description": "Game ID",
+ "type": "number"
+ },
+ "image": {
+ "description": "Game image data",
+ "type": "object"
+ },
+ "name": {
+ "description": "Game name",
+ "type": "string"
+ },
+ "original_release_date": {
+ "description": "Release date",
+ "type": "string"
+ },
+ "platforms": {
+ "description": "Platforms available",
+ "type": "array"
+ },
+ "publishers": {
+ "description": "Publishing companies",
+ "type": "array"
+ },
+ "status_code": {
+ "description": "HTTP status code",
+ "type": "number"
+ },
+ "url": {
+ "description": "Giant Bomb URL",
+ "type": "string"
+ },
+ "version": {
+ "description": "API version",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}