changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Single character details",
+ "properties": {
+ "deck": {
+ "description": "Short description",
+ "type": "string"
+ },
+ "description": {
+ "description": "Full description",
+ "type": "string"
+ },
+ "error": {
+ "description": "Error message if not found",
+ "type": "string"
+ },
+ "guid": {
+ "description": "Globally unique identifier",
+ "type": "string"
+ },
+ "id": {
+ "description": "Character ID",
+ "type": "number"
+ },
+ "image": {
+ "description": "Character image data",
+ "type": "object"
+ },
+ "name": {
+ "description": "Character name",
+ "type": "string"
+ },
+ "status_code": {
+ "description": "HTTP status code",
+ "type": "number"
+ },
+ "url": {
+ "description": "Giant Bomb URL",
+ "type": "string"
+ },
+ "version": {
+ "description": "API version",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}