- SourceMeta name
- brt50relief
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 4.273 bytes
- Bytes bundled
- 16.257 bytes
- Health
- 32%
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/bronactualiteit/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/bronbeschrijving/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/brontype/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/functie/description
- Name
- unnecessary_allof_ref_wrapper_modern
- Message
- Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older
- Pointers
- /properties/geometrieLijn/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/geometrieLijn/allOf/1/properties
- 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/geometrieLijn/allOf/1/properties/type/enum - /properties/geometrieLijn/allOf/1/properties/type/type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /properties/geometrieLijn/allOf/1/properties/type/enum
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/hoogteklasse/description
- 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/hoogteniveau/format
- 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/hoogteniveau/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/identificatie/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/naamFries/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/naamNl/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/objectBeginTijd/description
- 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/tdnCode/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/tdnCode/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/tdnCode/format
- 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
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/visualisatieCode/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/visualisatieCode/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/visualisatieCode/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/brt-50-nxes1ueng/brt50relief",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Object dat tot doel heeft hoogteverschillen in het landschap te representeren.",
"properties": {
"_links": {
"description": "The contents of the `relief._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": "./brt50relieflink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"bronactualiteit": {
"description": "De actualiteit van de gebruikte bron.",
"format": "date",
"title": "Bron actualiteit datum",
"type": [
"string",
"null"
]
},
"bronbeschrijving": {
"description": "De beschrijving van de gebruikte bron.",
"title": "Bron beschrijving",
"type": [
"string",
"null"
]
},
"brontype": {
"description": "Het type van de gebruikte bron.",
"title": "Bron type",
"type": [
"string",
"null"
]
},
"functie": {
"description": "Aanduiding of het object een geluidswerende functie heeft.",
"title": "Object geluidswerend indicatie",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"geometrieLijn": {
"allOf": [
{
"$ref": "../_shared/geometry"
},
{
"properties": {
"coordinates": {
"items": {
"description": "Point in 3D space",
"items": {
"type": "number"
},
"maxItems": 3,
"minItems": 2,
"type": "array"
},
"type": "array"
},
"type": {
"enum": [
"LineString"
],
"type": "string"
}
}
}
],
"description": "GeoJSON geometry",
"type": "object"
},
"hoogteklasse": {
"description": "Klasse van de hoogte van een object ten opzichte van het maaiveld.",
"title": "Object hoogte klasse code",
"type": [
"string",
"null"
]
},
"hoogteniveau": {
"description": "Het hoogteniveau van het object",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Object hoogteniveau",
"type": [
"integer",
"null"
]
},
"identificatie": {
"description": "De unieke identiteit van het geo-object.",
"title": "Object ID",
"type": "string"
},
"naamFries": {
"description": "De Friese naam van het relief.",
"title": "Relief Friese naam",
"type": [
"string",
"null"
]
},
"naamNl": {
"description": "De Nederlandse naam van het relief.",
"title": "Relief Nederlandse naam",
"type": [
"string",
"null"
]
},
"objectBeginTijd": {
"description": "Tijdstip waarop het object ontstaan is.",
"format": "date",
"title": "Object geldigheid begintijd",
"type": [
"string",
"null"
]
},
"tdnCode": {
"description": "Code die het object in TOP10vector had.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Object TOP10vector code",
"type": [
"integer",
"null"
]
},
"type": {
"description": "Het soort reliƫf.",
"title": "Relief type",
"type": [
"string",
"null"
]
},
"visualisatieCode": {
"description": "Code voor het visualiseren van het object.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Object visualisatie code",
"type": [
"integer",
"null"
]
}
},
"required": [
"_links",
"identificatie"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/brt50/openapi.json#/components/schemas/Brt50relief"
]
}