changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "CountryRegionSettings": {
+ "properties": {
+ "Date": {
+ "format": "date-time",
+ "title": "Date",
+ "type": "string"
+ },
+ "TwoLetterIsoCountryCode": {
+ "maxLength": 2,
+ "minLength": 2,
+ "title": "Twoletterisocountrycode",
+ "type": "string"
+ },
+ "Type": {
+ "$ref": "#/$defs/CountryRegionSettingsType"
+ },
+ "Url": {
+ "title": "Url",
+ "type": "string"
+ },
+ "__type": {
+ "default": "CountryRegionSettings:#Microsoft.Bing.Webmaster.Api",
+ "title": "Type",
+ "type": "string"
+ }
+ },
+ "required": [
+ "Date",
+ "TwoLetterIsoCountryCode",
+ "Type",
+ "Url"
+ ],
+ "title": "CountryRegionSettings",
+ "type": "object"
+ },
+ "CountryRegionSettingsType": {
+ "enum": [
+ 0,
+ 1,
+ 2,
+ 3
+ ],
+ "title": "CountryRegionSettingsType",
+ "type": "integer"
+ }
+ },
+ "properties": {
+ "result": {
+ "items": {
+ "$ref": "#/$defs/CountryRegionSettings"
+ },
+ "title": "Result",
+ "type": "array"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "get_country_region_settingsOutput",
+ "type": "object"
+}