changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "properties": {
+ "avg_price_change": {
+ "description": "Average price change percentage",
+ "type": "number"
+ },
+ "cryptocurrencies": {
+ "description": "Cryptocurrencies in this category",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "description": {
+ "description": "Category description",
+ "type": "string"
+ },
+ "id": {
+ "description": "Category ID",
+ "type": "string"
+ },
+ "last_updated": {
+ "description": "Last update ISO timestamp",
+ "type": "string"
+ },
+ "market_cap": {
+ "description": "Total market cap of category",
+ "type": "number"
+ },
+ "market_cap_change": {
+ "description": "Market cap change percentage",
+ "type": "number"
+ },
+ "name": {
+ "description": "Category name",
+ "type": "string"
+ },
+ "num_tokens": {
+ "description": "Number of cryptocurrencies in category",
+ "type": "integer"
+ },
+ "title": {
+ "description": "Category title",
+ "type": "string"
+ },
+ "volume_24h": {
+ "description": "24-hour trading volume",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "status": {
+ "properties": {
+ "credit_count": {
+ "description": "API credits consumed",
+ "type": "integer"
+ },
+ "elapsed": {
+ "description": "Elapsed milliseconds",
+ "type": "integer"
+ },
+ "error_code": {
+ "description": "Error code (0 for success)",
+ "type": "integer"
+ },
+ "error_message": {
+ "description": "Error message if applicable",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "timestamp": {
+ "description": "ISO timestamp",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}