changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "cities": {
+ "items": {
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "confidence": {
+ "enum": [
+ "high",
+ "med",
+ "low"
+ ],
+ "type": "string"
+ },
+ "country": {
+ "type": "string"
+ },
+ "day_range_db": {
+ "description": "Estimated daytime range, e.g. \"60-72\"",
+ "type": "string"
+ },
+ "dominant_noise_sources": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "night_range_db": {
+ "type": "string"
+ },
+ "page_url": {
+ "description": "Detail page when available",
+ "type": "string"
+ },
+ "rank": {
+ "description": "Rank among the 50 cities (1 = loudest)",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "rank",
+ "city",
+ "country",
+ "day_range_db",
+ "night_range_db",
+ "confidence"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "cities"
+ ],
+ "type": "object"
+}