changedInput schema / properties / data / properties / features / items / properties / geometry / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "coordinates": {
- "description": "Coordinate tuple [longitude, latitude, optional height]",
- "maxItems": 3,
- "minItems": 2,
- "prefixItems": [
- {
- "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"
- }
- ],
- "type": "array"
- },
- "type": {
- "const": "Point"
- }
- },
- "required": [
- "type",
- "coordinates"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "coordinates": {
- "items": {
- "description": "Coordinate tuple [longitude, latitude, optional height]",
- "maxItems": 3,
- "minItems": 2,
- "prefixItems": [
- {
- "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"
- }
- ],
- "type": "array"
- },
- "minItems": 2,
- "type": "array"
- },
- "type": {
- "const": "LineString"
- }
- },
- "required": [
- "type",
- "coordinates"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "coordinates": {
- "items": {
- "items": {
- "description": "Coordinate tuple [longitude, latitude, optional height]",
- "maxItems": 3,
- "minItems": 2,
- "prefixItems": [
- {
- "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"
- }
- ],
- "type": "array"
- },
- "minItems": 4,
- "type": "array"
- },
- "minItems": 1,
- "type": "array"
- },
- "type": {
- "const": "Polygon"
- }
- },
- "required": [
- "type",
- "coordinates"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "coordinates": {
+ "description": "Coordinate tuple [longitude, latitude, optional height]",
+ "items": {
+ "type": "number"
+ },
+ "maxItems": 3,
+ "minItems": 2,
+ "prefixItems": [
+ {
+ "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"
+ }
+ ],
+ "type": "array"
+ },
+ "type": {
+ "const": "Point"
+ }
+ },
+ "required": [
+ "type",
+ "coordinates"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "coordinates": {
+ "items": {
+ "description": "Coordinate tuple [longitude, latitude, optional height]",
+ "items": {
+ "type": "number"
+ },
+ "maxItems": 3,
+ "minItems": 2,
+ "prefixItems": [
+ {
+ "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"
+ }
+ ],
+ "type": "array"
+ },
+ "minItems": 2,
+ "type": "array"
+ },
+ "type": {
+ "const": "LineString"
+ }
+ },
+ "required": [
+ "type",
+ "coordinates"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "coordinates": {
+ "items": {
+ "items": {
+ "description": "Coordinate tuple [longitude, latitude, optional height]",
+ "items": {
+ "type": "number"
+ },
+ "maxItems": 3,
+ "minItems": 2,
+ "prefixItems": [
+ {
+ "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"
+ }
+ ],
+ "type": "array"
+ },
+ "minItems": 4,
+ "type": "array"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "type": {
+ "const": "Polygon"
+ }
+ },
+ "required": [
+ "type",
+ "coordinates"
+ ],
+ "type": "object"
+ }
+]