removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
removedInput schema / properties / positions / items / anyOf
Removed value: -[
- {
- "items": [
- {
- "description": "Longitude in decimal degrees",
- "maximum": 180,
- "minimum": -180,
- "type": "number"
- },
- {
- "description": "Latitude in decimal degrees",
- "maximum": 90,
- "minimum": -90,
- "type": "number"
- }
- ],
- "maxItems": 2,
- "minItems": 2,
- "type": "array"
- },
- {
- "items": [
- {
- "$ref": "#/properties/positions/items/anyOf/0/items/0"
- },
- {
- "$ref": "#/properties/positions/items/anyOf/0/items/1"
- },
- {
- "description": "Optional height in meters",
- "maximum": 50000000,
- "minimum": -12000,
- "type": "number"
- }
- ],
- "maxItems": 3,
- "minItems": 3,
- "type": "array"
- }
-]
addedInput schema / properties / positions / items / maxItems
Added value: +3
addedInput schema / properties / positions / items / minItems
Added value: +2
addedInput schema / properties / positions / items / prefixItems
Added value: +[
+ {
+ "description": "Longitude in decimal degrees",
+ "maximum": 180,
+ "minimum": -180,
+ "type": "number"
+ },
+ {
+ "description": "Latitude in decimal degrees",
+ "maximum": 90,
+ "minimum": -90,
+ "type": "number"
+ },
+ {
+ "description": "Optional height in meters",
+ "maximum": 50000000,
+ "minimum": -12000,
+ "type": "number"
+ }
+]
addedInput schema / properties / positions / items / type
Added value: +"array"