Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

GeoJSON Feature

This document describes the JSON schema for feature_project_schema.json.


GeoJSON Feature

Title: GeoJSON Feature

Typeobject
RequiredNo
Additional propertiesAny 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.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
- idNoCombinationNo--
+ propertiesNoobjectNoIn project_core_schema.json😅 ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately 🏜️
+ geometryNoCombinationNo--
- bboxNoarray of numberNo--

1. Property GeoJSON Feature > type

Typeenum (of string)
RequiredYes

Must be one of:

  • “Feature”

2. Property GeoJSON Feature > id

Typecombining
RequiredNo
Additional propertiesAny type allowed
One of(Option)
item 0
item 1

2.1. Property GeoJSON Feature > id > oneOf > item 0

Typenumber
RequiredNo

2.2. Property GeoJSON Feature > id > oneOf > item 1

Typestring
RequiredNo

3. Property GeoJSON Feature > properties

Typeobject
RequiredYes
Additional propertiesAny type allowed
Defined inproject_core_schema.json

Description: 😅 ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately 🏜️

4. Property GeoJSON Feature > geometry

Typecombining
RequiredYes
Additional propertiesAny type allowed

4.1. Property GeoJSON Feature > geometry > oneOf > item 0

Typenull
RequiredNo

4.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON Point

Title: GeoJSON Point

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarrayNo--
- bboxNoarray of numberNo--

4.2.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON Point > type

Typeenum (of string)
RequiredYes

Must be one of:

  • “Point”

4.2.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates

Typearray
RequiredYes
Array restrictions
Min items2
Max items2
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates item 0-
coordinates item 1-
4.2.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates > coordinates item 0
Typenumber
RequiredNo
Restrictions
Minimum≥ -180
Maximum≤ 180
4.2.2.2. GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates > coordinates item 1
Typenumber
RequiredNo
Restrictions
Minimum≥ -90
Maximum≤ 90

4.2.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON Point > bbox

Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.2.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON Point > bbox > bbox items
Typenumber
RequiredNo

4.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON LineString

Title: GeoJSON LineString

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--

4.3.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON LineString > type

Typeenum (of string)
RequiredYes

Must be one of:

  • “LineString”

4.3.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates

Typearray of array
RequiredYes
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.3.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates > coordinates items
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
4.3.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates > coordinates items > coordinates items items
Typenumber
RequiredNo

4.3.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON LineString > bbox

Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.3.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > bbox > bbox items
Typenumber
RequiredNo

4.4. Property GeoJSON Feature > geometry > oneOf > GeoJSON Polygon

Title: GeoJSON Polygon

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--

4.4.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > type

Typeenum (of string)
RequiredYes

Must be one of:

  • “Polygon”

4.4.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates

Typearray of array
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.4.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items
Typearray of array
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
4.4.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items items-
4.4.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items > coordinates items items items
Typenumber
RequiredNo

4.4.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > bbox

Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.4.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > bbox > bbox items
Typenumber
RequiredNo

4.5. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint

Title: GeoJSON MultiPoint

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--

4.5.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > type

Typeenum (of string)
RequiredYes

Must be one of:

  • “MultiPoint”

4.5.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates

Typearray of array
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.5.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates > coordinates items
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
4.5.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates > coordinates items > coordinates items items
Typenumber
RequiredNo

4.5.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > bbox

Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.5.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > bbox > bbox items
Typenumber
RequiredNo

4.6. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString

Title: GeoJSON MultiLineString

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--

4.6.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > type

Typeenum (of string)
RequiredYes

Must be one of:

  • “MultiLineString”

4.6.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates

Typearray of array
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.6.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items
Typearray of array
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
4.6.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items items-
4.6.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items > coordinates items items items
Typenumber
RequiredNo

4.6.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > bbox

Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.6.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > bbox > bbox items
Typenumber
RequiredNo

4.7. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon

Title: GeoJSON MultiPolygon

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--

4.7.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > type

Typeenum (of string)
RequiredYes

Must be one of:

  • “MultiPolygon”

4.7.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates

Typearray of array
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.7.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items
Typearray of array
RequiredNo
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
4.7.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items
Typearray of array
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items items-
4.7.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items items items-
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
Typenumber
RequiredNo

4.7.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > bbox

Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.7.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > bbox > bbox items
Typenumber
RequiredNo

4.8. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection

Title: GeoJSON GeometryCollection

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ geometriesNoarrayNo--
- bboxNoarray of numberNo--

4.8.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > type

Typeenum (of string)
RequiredYes

Must be one of:

  • “GeometryCollection”

4.8.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries

Typearray
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
geometries items-
4.8.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items
Typecombining
RequiredNo
Additional propertiesAny type allowed
4.8.2.1.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point

Title: GeoJSON Point

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of numberNo--
- bboxNoarray of numberNo--
4.8.2.1.1.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > type
Typeenum (of string)
RequiredYes

Must be one of:

  • “Point”
4.8.2.1.1.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > coordinates
Typearray of number
RequiredYes
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.8.2.1.1.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > coordinates > coordinates items
Typenumber
RequiredNo
4.8.2.1.1.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > bbox
Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.8.2.1.1.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > bbox > bbox items
Typenumber
RequiredNo
4.8.2.1.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString

Title: GeoJSON LineString

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--
4.8.2.1.2.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > type
Typeenum (of string)
RequiredYes

Must be one of:

  • “LineString”
4.8.2.1.2.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates
Typearray of array
RequiredYes
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.8.2.1.2.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates > coordinates items
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
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
Typenumber
RequiredNo
4.8.2.1.2.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > bbox
Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.8.2.1.2.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > bbox > bbox items
Typenumber
RequiredNo
4.8.2.1.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon

Title: GeoJSON Polygon

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--
4.8.2.1.3.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > type
Typeenum (of string)
RequiredYes

Must be one of:

  • “Polygon”
4.8.2.1.3.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates
Typearray of array
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.8.2.1.3.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items
Typearray of array
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
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
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items items-
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
Typenumber
RequiredNo
4.8.2.1.3.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > bbox
Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.8.2.1.3.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > bbox > bbox items
Typenumber
RequiredNo
4.8.2.1.4. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint

Title: GeoJSON MultiPoint

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--
4.8.2.1.4.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > type
Typeenum (of string)
RequiredYes

Must be one of:

  • “MultiPoint”
4.8.2.1.4.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates
Typearray of array
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.8.2.1.4.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates > coordinates items
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
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
Typenumber
RequiredNo
4.8.2.1.4.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > bbox
Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.8.2.1.4.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > bbox > bbox items
Typenumber
RequiredNo
4.8.2.1.5. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString

Title: GeoJSON MultiLineString

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--
4.8.2.1.5.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > type
Typeenum (of string)
RequiredYes

Must be one of:

  • “MultiLineString”
4.8.2.1.5.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates
Typearray of array
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.8.2.1.5.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items
Typearray of array
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
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
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items items-
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
Typenumber
RequiredNo
4.8.2.1.5.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > bbox
Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.8.2.1.5.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > bbox > bbox items
Typenumber
RequiredNo
4.8.2.1.6. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon

Title: GeoJSON MultiPolygon

Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ typeNoenum (of string)No--
+ coordinatesNoarray of arrayNo--
- bboxNoarray of numberNo--
4.8.2.1.6.1. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > type
Typeenum (of string)
RequiredYes

Must be one of:

  • “MultiPolygon”
4.8.2.1.6.2. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates
Typearray of array
RequiredYes
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items-
4.8.2.1.6.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items
Typearray of array
RequiredNo
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items-
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
Typearray of array
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items items-
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
Typearray of number
RequiredNo
Array restrictions
Min items2
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
coordinates items items items items-
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
Typenumber
RequiredNo
4.8.2.1.6.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > bbox
Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.8.2.1.6.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > bbox > bbox items
Typenumber
RequiredNo

4.8.3. Property GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > bbox

Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-
4.8.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > bbox > bbox items
Typenumber
RequiredNo

5. Property GeoJSON Feature > bbox

Typearray of number
RequiredNo
Array restrictions
Min items4
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
bbox items-

5.1. GeoJSON Feature > bbox > bbox items

Typenumber
RequiredNo

Generated using json-schema-for-humans on 2026-01-13 at 12:37:05 +0000