- SourceMeta name
- temporalextent
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 11.752 bytes
- Bytes bundled
- 11.752 bytes
- Health
- 20%
- Dependencies
- -
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_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
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/interval/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/interval/items/description
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/trs/enum - /properties/trs/type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /properties/trs/enum
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/trs/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/_shared/temporalextent",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The temporal extent of the element in the collection.",
"properties": {
"interval": {
"description": "One or more time intervals that describe the temporal extent of the dataset.\nThe value `null` is supported and indicates an open time intervall.\nIn the Core only a single time interval is supported. Extensions may support\nmultiple intervals. If multiple intervals are provided, the union of the\nintervals describes the temporal extent.",
"items": {
"description": "Begin and end times of the time interval. The timestamps\nare in the coordinate reference system specified in `trs`. By default\nthis is the Gregorian calendar.",
"examples": [
[
"2010-02-15T12:34:56Z",
null
]
],
"items": {
"format": "date-time",
"type": [
"string",
"null"
]
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"minItems": 1,
"type": [
"array",
"null"
]
},
"trs": {
"default": "http://www.opengis.net/def/uom/ISO-8601/0/Gregorian",
"description": "Coordinate reference system of the coordinates in the temporal extent\n(property `interval`). The default reference system is the Gregorian calendar.\nIn the Core this is the only supported temporal reference system.\nExtensions may support additional temporal reference systems and add\nadditional enum values.",
"enum": [
"http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"
],
"type": "string"
}
},
"type": [
"object",
"null"
],
"x-derived-from": [
"https://api.pdok.nl/brt/top10nl/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/bzk/bro-gminsamenhang-karakteristieken/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/bestand-bodemgebruik-2010/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/bestand-bodemgebruik-2015/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/bestand-bodemgebruik-2017/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/bevolkingskernen-2011/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/bevolkingskernen-2021/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/gebiedsindelingen-historisch/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/gebiedsindelingen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/human-health-statistics/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/landuse/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/population-distribution/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/postcode4/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/postcode6/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/statistical-units-vector/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/vierkant-1km-laea/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/vierkant-500m/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/vierkantstatistieken100m/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/vierkantstatistieken500m/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/wijken-en-buurten-2022/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/wijken-en-buurten-2023/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/cbs/wijken-en-buurten-2024/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/hwh/waterschappen-hydrografie/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/3d-basisvoorziening/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/3d-geluid/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/bestuurlijkegebieden/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/brk-kadastrale-kaart/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/brt-bodemgebruik/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/brt-geografische-namen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/brt-hydrografie/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/brt-vervoersnetwerken/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/brt-zeegebieden/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/kadaster/rdinfo/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/lv/bag/ogc/v1-demo/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/lv/bgt/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/lvnl/drone-no-flyzones/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/prorail/spoorwegen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rce/beschermde-gebieden-cultuurhistorie/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rioned/beheer-stedelijk-watersystemen-gwsw/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rioned/waterschappen-waterketen-gwsw/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/fysisch-geografische-regios/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/gesloten-gebieden-visserij/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/gewaspercelen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/habitatrichtlijn-verspreiding-soorten/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/habitatrichtlijn-verspreiding-typen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/indicatieve-aandachtsgebieden-funderingsproblematiek/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/invasieve-exoten-geharmoniseerd/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/mossel-en-oesterhabitats/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/mosselzaad-invanginstallaties/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/nationaal-beschermde-gebieden-cdda/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/nationale-parken-geharmoniseerd/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/nationale-parken/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/natura2000-geharmoniseerd/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/natura2000/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/natuurmeting-op-kaart-2014/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/potentieel-warmte-koude-opslagsystemen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/potentiekaart-omgevingswarmte/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/potentiekaart-reststromen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/potentiekaart-restwarmte/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/referentiepercelen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/schelpdierpercelen-geharmoniseerd/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/schelpdierpercelen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/vogelrichtlijn-verspreiding-soorten/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/vogelrichtlijn-verspreidingsgebied-soorten/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/wetlands-geharmoniseerd/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/wetlands/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rvo/windsnelheden/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/digitaal-topografisch-bestand/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/hydrografie-netwerk/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/kaderrichtlijn-mariene-strategie/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/kwetsbaar-gebied-agglomeraties/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/kwetsbaar-gebied/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/nationaal-hydrologisch-instrumentarium-netwerkschematisatie/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/nationaal-wegenbestand-vaarwegen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/nationaal-wegenbestand-wegen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/overstromingen-gebeurtenis/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/overstromingen-risicogebied/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/productie-en-industrie-productie-installaties/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/productie-en-industrie-productiefaciliteiten/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/richtlijn-stedelijk-afvalwater/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/rioolnetwerk-leidingelementen/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/rioolnetwerk-milieumanagementvoorziening/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/scheepvaart-verkeersscheidingsstelsel-noordzee/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/vaarweg-netwerk-data-service-bevaarbaarheid/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/vaarwegmarkeringen-nederland/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/vervoersnetwerken-waterwegen-netwerk/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/vervoersnetwerken-wegen-netwerk/ogc/v1/openapi.json#/components/schemas/temporalExtent",
"https://api.pdok.nl/rws/weggegevens/ogc/v1/openapi.json#/components/schemas/temporalExtent"
]
}