removedInput schema / properties / alert_type / anyOf
Removed value: -[
- {
- "maxLength": 32,
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / alert_type / maxLength
Added value: +32
addedInput schema / properties / alert_type / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / as_of / anyOf
Removed value: -[
- {
- "format": "date-time",
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / as_of / format
Added value: +"date-time"
addedInput schema / properties / as_of / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / cursor / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / cursor / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / fields / anyOf
Removed value: -[
- {
- "items": {
- "enum": [
- "id",
- "province",
- "code",
- "type",
- "name",
- "short_name",
- "area_name",
- "status",
- "risk_colour",
- "confidence",
- "impact",
- "alert_text",
- "published_at",
- "valid_at",
- "expires_at",
- "event_ends_at",
- "source_url"
- ],
- "type": "string"
- },
- "maxItems": 18,
- "minItems": 1,
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / fields / items
Added value: +{
+ "enum": [
+ "id",
+ "province",
+ "code",
+ "type",
+ "name",
+ "short_name",
+ "area_name",
+ "status",
+ "risk_colour",
+ "confidence",
+ "impact",
+ "alert_text",
+ "published_at",
+ "valid_at",
+ "expires_at",
+ "event_ends_at",
+ "source_url"
+ ],
+ "type": "string"
+}
addedInput schema / properties / fields / maxItems
Added value: +18
addedInput schema / properties / fields / minItems
Added value: +1
addedInput schema / properties / fields / type
Added value: +[
+ "array",
+ "null"
+]
removedInput schema / properties / risk_colour / anyOf
Removed value: -[
- {
- "maxLength": 64,
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / risk_colour / maxLength
Added value: +64
addedInput schema / properties / risk_colour / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / snapshot_id / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / snapshot_id / type
Added value: +[
+ "string",
+ "null"
+]