- SourceMeta name
- verkeersinformatiesystemenverkeersinformatiesystemen
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.258 bytes
- Bytes bundled
- 15.403 bytes
- Health
- 42%
- Dependencies
- 2
Dependencies
- At
- /properties/_links/properties/self/$ref
- At
- /properties/geometrie/$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_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/_links/description
- Name
- title_trim
- Message
- Titles should not contain leading or trailing whitespace
- Pointers
- /properties/_links/title
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/jaarVanAanleg/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/jaarVanAanleg/description
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/jaarVanAanleg/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/memo/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/model/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/objectnummer/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/objectnummerLeverancier/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/standplaats/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/type/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/typeGedetailleerd/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/verkeersinformatiesystemen-jlo_fuenr/verkeersinformatiesystemenverkeersinformatiesystemen",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Tabel met objecten die informatie inwinnen óver het verkeer, of die informatie verstrekken áán het verkeer. Ook zijn objecten opgenomen die het verkeer reguleren.",
"properties": {
"_links": {
"description": "The contents of the `verkeersinformatiesystemen._links` field. It contains all relationships with objects.",
"properties": {
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./verkeersinformatiesystemenverkeersinformatiesystemenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"beheerderGedetailleerd": {
"description": "Nadere aanduiding van de beheerder van het beheerobject",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"id": {
"description": "Unieke aanduiding van record. Guid van beheerobject",
"type": "string"
},
"jaarVanAanleg": {
"description": "Jaar waarin een object geplaatst is.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"memo": {
"description": "Dit is een vrij tekstveld met daarin bijvoorbeeld venstertijden van pollers.",
"type": [
"string",
"null"
]
},
"model": {
"description": "Omschrijving van het model modelnummer van een beheerobject.",
"type": [
"string",
"null"
]
},
"objectSoort": {
"description": "Soort object",
"type": [
"string",
"null"
]
},
"objectnummer": {
"description": "Nummer van een beheerobject.",
"title": "Object nummer",
"type": [
"string",
"null"
]
},
"objectnummerLeverancier": {
"description": "Het nummer van het ojbect zoals het bekend is bij de leverancier.",
"title": "Objectnummer Leverancier",
"type": [
"string",
"null"
]
},
"objecttypeVisKaart": {
"description": "Soort object weergave kaartlaag verkeersinformatiesystemen",
"title": "Object soort op de kaart",
"type": [
"string",
"null"
]
},
"standplaats": {
"description": "Openbareruimtenaam van de locatie waar een object zich bevindt.",
"type": [
"string",
"null"
]
},
"type": {
"description": "Type beheerobject.",
"title": "Beheerobject type",
"type": [
"string",
"null"
]
},
"typeGedetailleerd": {
"description": "Nadere omschrijving van het type beheerobject.",
"title": "Beheerobjecttype gedetailleerd",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/verkeersinformatiesystemen/openapi.json#/components/schemas/Verkeersinformatiesystemenverkeersinformatiesystemen"
]
}