changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "query": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "latestToneAvg": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "latestVolIntensity": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "page": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "zScore": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "query",
+ "results"
+ ],
+ "type": "object"
+}