- SourceMeta name
- collection
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.809 bytes
- Bytes bundled
- 37.498 bytes
- Health
- 87%
- Dependencies
- 3
Dependencies
- At
- /properties/extent/$ref
- At
- /properties/links/items/$ref
- At
- /properties/spatial/$ref
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/crs/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/geometrieen-omgevingswet-api-f1umox3ng/collection",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"crs": {
"default": [
"http://www.opengis.net/def/crs/OGC/1.3/CRS84"
],
"description": "The list of coordinate reference systems supported by the service. The first item is the default coordinate reference system.",
"examples": [
[
"http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"http://www.opengis.net/def/crs/EPSG/0/4326"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "a description of the collection",
"examples": [
"This collection contains buildings"
],
"type": "string"
},
"extent": {
"$ref": "../_shared/extent"
},
"id": {
"description": "identifier of the collection used, for example, in URIs",
"examples": [
"buildings"
],
"type": "string"
},
"itemType": {
"default": "feature",
"description": "indicator about the type of the items in a collection. Example values: 'feature', 'record', 'attribute'. The default value is 'feature'",
"type": "string"
},
"keywords": {
"description": "keywords about the elements in the collection",
"items": {
"properties": {
"code": {
"examples": [
"4612"
],
"type": "string"
},
"codeSpace": {
"examples": [
"https://www.eionet.europa.eu/gemet/en/concept/"
],
"type": "string"
},
"keyword": {
"examples": [
"land cover"
],
"type": "string"
}
},
"required": [
"keyword"
],
"type": [
"object",
"null"
]
},
"type": "array"
},
"links": {
"examples": [
[
{
"href": "http://example.com/collections/buildings?f=json",
"rel": "item",
"title": "this document",
"type": "application/json"
},
{
"href": "http://example.com/concepts/buildings?f=html",
"rel": "it",
"title": "this document as HTML",
"type": "text/html"
}
]
],
"items": {
"$ref": "../_shared/link"
},
"type": "array"
},
"title": {
"description": "human readable title of the collection",
"examples": [
"Buildings in the city of Bonn"
],
"type": "string"
}
},
"required": [
"id",
"links"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json#/components/schemas/collection"
]
}