changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "change": {
+ "type": "number"
+ },
+ "changePercent": {
+ "type": "number"
+ },
+ "currency": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "dayHigh": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "dayLow": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "exchangeName": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fiftyTwoWeekHigh": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fiftyTwoWeekLow": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "history": {
+ "additionalProperties": false,
+ "properties": {
+ "currency": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "points": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "c": {
+ "type": "number"
+ },
+ "t": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "t",
+ "c"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "range": {
+ "enum": [
+ "1d",
+ "1w",
+ "1m",
+ "3m",
+ "1y",
+ "5y"
+ ],
+ "type": "string"
+ },
+ "symbol": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "symbol",
+ "range",
+ "points",
+ "currency"
+ ],
+ "type": "object"
+ },
+ "marketState": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "open": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "previousClose": {
+ "type": "number"
+ },
+ "price": {
+ "type": "number"
+ },
+ "section": {
+ "type": "string"
+ },
+ "sections": {
+ "additionalProperties": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "change": {
+ "type": "number"
+ },
+ "changePercent": {
+ "type": "number"
+ },
+ "currency": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "marketState": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "previousClose": {
+ "type": "number"
+ },
+ "price": {
+ "type": "number"
+ },
+ "section": {
+ "type": "string"
+ },
+ "sparkline": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "symbol": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "symbol",
+ "name",
+ "section",
+ "price",
+ "previousClose",
+ "change",
+ "changePercent",
+ "currency",
+ "marketState",
+ "sparkline"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "sparkline": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "symbol": {
+ "type": "string"
+ },
+ "topMovers": {
+ "additionalProperties": false,
+ "properties": {
+ "gainers": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "change": {
+ "type": "number"
+ },
+ "changePercent": {
+ "type": "number"
+ },
+ "currency": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "marketState": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "previousClose": {
+ "type": "number"
+ },
+ "price": {
+ "type": "number"
+ },
+ "section": {
+ "type": "string"
+ },
+ "sparkline": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "symbol": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "symbol",
+ "name",
+ "section",
+ "price",
+ "previousClose",
+ "change",
+ "changePercent",
+ "currency",
+ "marketState",
+ "sparkline"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "losers": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "change": {
+ "type": "number"
+ },
+ "changePercent": {
+ "type": "number"
+ },
+ "currency": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "marketState": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "previousClose": {
+ "type": "number"
+ },
+ "price": {
+ "type": "number"
+ },
+ "section": {
+ "type": "string"
+ },
+ "sparkline": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "symbol": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "symbol",
+ "name",
+ "section",
+ "price",
+ "previousClose",
+ "change",
+ "changePercent",
+ "currency",
+ "marketState",
+ "sparkline"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "gainers",
+ "losers"
+ ],
+ "type": "object"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "volume": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+}