changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "description": "List of supported trading pairs",
+ "items": {
+ "properties": {
+ "base": {
+ "description": "Base currency",
+ "type": "string"
+ },
+ "counter": {
+ "description": "Counter currency",
+ "type": "string"
+ },
+ "description": {
+ "description": "Pair description",
+ "type": "string"
+ },
+ "instant_and_market_orders": {
+ "description": "Support indicator",
+ "type": "string"
+ },
+ "name": {
+ "description": "Pair name",
+ "type": "string"
+ },
+ "statoshi_symbol": {
+ "description": "Statoshi symbol",
+ "type": "string"
+ },
+ "url_symbol": {
+ "description": "URL symbol for API",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}