This document describes the JSON schema for feature_project_schema.json.
Title: GeoJSON Feature
Type object
Required No
Additional properties Any type allowed
Description: Main Schema with geometries and project_core_schema_en.md or project_core_schema_fr.md properties. It is built hierarchially and is represented as Feature - a known Geojson Format. In the properties are all the project information which is separated from the geometry.
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
- id No Combination No - -
+ properties No object No In project_core_schema.json 😅 ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately 🏜️
+ geometry No Combination No - -
- bbox No array of number No - -
1. Property GeoJSON Feature > type
Type enum (of string)
Required Yes
Must be one of:
2. Property GeoJSON Feature > id
Type combining
Required No
Additional properties Any type allowed
2.1. Property GeoJSON Feature > id > oneOf > item 0
2.2. Property GeoJSON Feature > id > oneOf > item 1
3. Property GeoJSON Feature > properties
Type object
Required Yes
Additional properties Any type allowed
Defined in project_core_schema.json
Description: 😅 ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately 🏜️
4. Property GeoJSON Feature > geometry
Type combining
Required Yes
Additional properties Any type allowed
4.1. Property GeoJSON Feature > geometry > oneOf > item 0
4.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON Point
Title: GeoJSON Point
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array No - -
- bbox No array of number No - -
4.2.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON Point > type
Type enum (of string)
Required Yes
Must be one of:
4.2.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates
Array restrictions
Min items 2
Max items 2
Items unicity False
Additional items False
Tuple validation See below
4.2.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates > coordinates item 0
Restrictions
Minimum ≥ -180
Maximum ≤ 180
4.2.2.2. GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates > coordinates item 1
Restrictions
Minimum ≥ -90
Maximum ≤ 90
4.2.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON Point > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.2.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON Point > bbox > bbox items
4.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON LineString
Title: GeoJSON LineString
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.3.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON LineString > type
Type enum (of string)
Required Yes
Must be one of:
4.3.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates
Type array of array
Required Yes
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.3.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates > coordinates items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.3.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates > coordinates items > coordinates items items
4.3.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON LineString > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.3.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > bbox > bbox items
4.4. Property GeoJSON Feature > geometry > oneOf > GeoJSON Polygon
Title: GeoJSON Polygon
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.4.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > type
Type enum (of string)
Required Yes
Must be one of:
4.4.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates
Type array of array
Required Yes
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.4.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items
Type array of array
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.4.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.4.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items > coordinates items items items
4.4.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.4.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > bbox > bbox items
4.5. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint
Title: GeoJSON MultiPoint
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.5.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > type
Type enum (of string)
Required Yes
Must be one of:
4.5.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates
Type array of array
Required Yes
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.5.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates > coordinates items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.5.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates > coordinates items > coordinates items items
4.5.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.5.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > bbox > bbox items
4.6. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString
Title: GeoJSON MultiLineString
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.6.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > type
Type enum (of string)
Required Yes
Must be one of:
4.6.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates
Type array of array
Required Yes
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.6.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items
Type array of array
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.6.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.6.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items > coordinates items items items
4.6.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.6.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > bbox > bbox items
4.7. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon
Title: GeoJSON MultiPolygon
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.7.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > type
Type enum (of string)
Required Yes
Must be one of:
4.7.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates
Type array of array
Required Yes
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.7.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items
Type array of array
Required No
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.7.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items
Type array of array
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.7.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.7.2.1.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items > coordinates items items items items
4.7.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.7.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > bbox > bbox items
4.8. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection
Title: GeoJSON GeometryCollection
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ geometries No array No - -
- bbox No array of number No - -
4.8.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > type
Type enum (of string)
Required Yes
Must be one of:
4.8.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items
Type combining
Required No
Additional properties Any type allowed
4.8.2.1.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point
Title: GeoJSON Point
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of number No - -
- bbox No array of number No - -
4.8.2.1.1.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > type
Type enum (of string)
Required Yes
Must be one of:
4.8.2.1.1.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > coordinates
Type array of number
Required Yes
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.1.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > coordinates > coordinates items
4.8.2.1.1.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.8.2.1.1.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > bbox > bbox items
4.8.2.1.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString
Title: GeoJSON LineString
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.8.2.1.2.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > type
Type enum (of string)
Required Yes
Must be one of:
4.8.2.1.2.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates
Type array of array
Required Yes
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.2.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates > coordinates items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.2.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates > coordinates items > coordinates items items
4.8.2.1.2.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.8.2.1.2.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > bbox > bbox items
4.8.2.1.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon
Title: GeoJSON Polygon
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.8.2.1.3.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > type
Type enum (of string)
Required Yes
Must be one of:
4.8.2.1.3.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates
Type array of array
Required Yes
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.3.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items
Type array of array
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.3.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.3.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items > coordinates items items items
4.8.2.1.3.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.8.2.1.3.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > bbox > bbox items
4.8.2.1.4. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint
Title: GeoJSON MultiPoint
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.8.2.1.4.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > type
Type enum (of string)
Required Yes
Must be one of:
4.8.2.1.4.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates
Type array of array
Required Yes
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.4.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates > coordinates items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.4.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates > coordinates items > coordinates items items
4.8.2.1.4.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.8.2.1.4.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > bbox > bbox items
4.8.2.1.5. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString
Title: GeoJSON MultiLineString
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.8.2.1.5.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > type
Type enum (of string)
Required Yes
Must be one of:
4.8.2.1.5.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates
Type array of array
Required Yes
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.5.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items
Type array of array
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.5.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.5.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items > coordinates items items items
4.8.2.1.5.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.8.2.1.5.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > bbox > bbox items
4.8.2.1.6. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon
Title: GeoJSON MultiPolygon
Type object
Required No
Additional properties Any type allowed
Property Pattern Type Deprecated Definition Title/Description
+ type No enum (of string) No - -
+ coordinates No array of array No - -
- bbox No array of number No - -
4.8.2.1.6.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > type
Type enum (of string)
Required Yes
Must be one of:
4.8.2.1.6.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates
Type array of array
Required Yes
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.6.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items
Type array of array
Required No
Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.6.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items
Type array of array
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.6.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items
Type array of number
Required No
Array restrictions
Min items 2
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
4.8.2.1.6.2.1.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items > coordinates items items items items
4.8.2.1.6.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.8.2.1.6.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > bbox > bbox items
4.8.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
4.8.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > bbox > bbox items
5. Property GeoJSON Feature > bbox
Type array of number
Required No
Array restrictions
Min items 4
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
bbox items -
5.1. GeoJSON Feature > bbox > bbox items
Generated using json-schema-for-humans on 2026-01-13 at 12:37:05 +0000