changedOutput schema / properties / data / properties / location / properties / resolvedPlace / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "admin1Code": {
- "maxLength": 20,
- "type": [
- "string",
- "null"
- ]
- },
- "ambiguous": {
- "type": "boolean"
- },
- "attribution": {
- "const": "GeoNames (CC BY 4.0; https://www.geonames.org/).",
- "type": "string"
- },
- "candidateCount": {
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- },
- "countryCode": {
- "pattern": "^[A-Z]{2}$",
- "type": "string"
- },
- "geonameId": {
- "minimum": 1,
- "type": "integer"
- },
- "name": {
- "maxLength": 200,
- "minLength": 1,
- "type": "string"
- },
- "query": {
- "maxLength": 100,
- "minLength": 2,
- "type": "string"
- }
- },
- "required": [
- "query",
- "geonameId",
- "name",
- "countryCode",
- "admin1Code",
- "candidateCount",
- "ambiguous",
- "attribution"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "admin1Code": {
+ "maxLength": 20,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ambiguous": {
+ "type": "boolean"
+ },
+ "attribution": {
+ "const": "GeoNames (CC BY 4.0; https://www.geonames.org/).",
+ "type": "string"
+ },
+ "candidateCount": {
+ "maximum": 1000,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "countryCode": {
+ "pattern": "^[A-Z]{2}$",
+ "type": "string"
+ },
+ "geonameId": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "licenseUrl": {
+ "const": "https://creativecommons.org/licenses/by/4.0/",
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ "query": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ }
+ },
+ "required": [
+ "query",
+ "geonameId",
+ "name",
+ "countryCode",
+ "admin1Code",
+ "candidateCount",
+ "ambiguous",
+ "attribution",
+ "licenseUrl"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]