changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "currencies": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "id": {
+ "description": "CoinPaprika coin slug, format symbol-name (e.g. 'btc-bitcoin').",
+ "type": "string"
+ },
+ "is_active": {
+ "type": "boolean"
+ },
+ "is_new": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "rank": {
+ "type": "number"
+ },
+ "symbol": {
+ "type": "string"
+ },
+ "type": {
+ "description": "'coin' or 'token'.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "exchanges": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "active": {
+ "type": "boolean"
+ },
+ "adjusted_rank": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "api_status": {
+ "type": "boolean"
+ },
+ "currencies": {
+ "type": "number"
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fiats": {
+ "items": {},
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "last_updated": {
+ "type": "string"
+ },
+ "links": {},
+ "markets": {
+ "type": "number"
+ },
+ "markets_data_fetched": {
+ "type": "boolean"
+ },
+ "message": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "quotes": {
+ "additionalProperties": {
+ "additionalProperties": true,
+ "properties": {
+ "ath_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ath_price": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "market_cap": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "market_cap_change_24h": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_12h": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_15m": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_1h": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_1y": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_24h": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_30d": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_30m": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_6h": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_change_7d": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "percent_from_price_ath": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "price": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "volume_24h": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "volume_24h_change_24h": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "object"
+ },
+ "reported_rank": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "website_status": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "icos": {
+ "items": {},
+ "type": "array"
+ },
+ "people": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "links": {},
+ "name": {
+ "type": "string"
+ },
+ "positions": {
+ "items": {},
+ "type": "array"
+ },
+ "teams_count": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "tags": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "coin_counter": {
+ "type": "number"
+ },
+ "coins": {
+ "description": "Present when additionalFields=coins is requested.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ico_counter": {
+ "type": "number"
+ },
+ "icos": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}