changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of top-ranked cryptocurrencies",
+ "items": {
+ "properties": {
+ "circulating_supply": {
+ "description": "Circulating supply",
+ "type": "number"
+ },
+ "cmc_rank": {
+ "description": "Market cap rank",
+ "type": "integer"
+ },
+ "date_added": {
+ "description": "Date added to CMC",
+ "type": "string"
+ },
+ "id": {
+ "description": "CMC cryptocurrency ID",
+ "type": "integer"
+ },
+ "last_updated": {
+ "description": "Last update ISO timestamp",
+ "type": "string"
+ },
+ "max_supply": {
+ "description": "Maximum supply cap",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Cryptocurrency name",
+ "type": "string"
+ },
+ "num_market_pairs": {
+ "description": "Number of trading pairs",
+ "type": "integer"
+ },
+ "platform": {
+ "description": "Blockchain platform info",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "quote": {
+ "description": "Price quotes in requested currency",
+ "type": "object"
+ },
+ "slug": {
+ "description": "URL-friendly slug",
+ "type": "string"
+ },
+ "symbol": {
+ "description": "Ticker symbol",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Associated tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "total_supply": {
+ "description": "Total supply",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "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 of the quote",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}