changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "movers": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "latestVolIntensity": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "wowChange": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "surging": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "latestVolIntensity": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "zScore": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "surgingCountries": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "iso2": {
+ "type": "string"
+ },
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "zScore": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}