- SourceMeta name
- additionalproperties2
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.617 bytes
- Bytes bundled
- 2.617 bytes
- Health
- 79%
- 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
- items_schema_default
- Message
- Setting the `items` keyword to the true schema does not add any further constraint
- Pointers
- /properties/enum/items
- Name
- empty_object_as_true
- Message
- The empty schema `{}` accepts all values and is equivalent to the boolean schema `true`
- Pointers
- /properties/enum/items
- 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/type/enum - /properties/type/type
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/_shared/additionalproperties2",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "No property names are defined but any property name they should be described by JSON Schema. So 'additionalProperties' implements 'name'.",
"properties": {
"contentMediaType": {
"description": "Implements 'mediaType'",
"type": "string"
},
"description": {
"description": "Implements 'description'",
"type": "string"
},
"enum": {
"description": "Implements 'acceptedValues'",
"items": {},
"minItems": 1,
"type": "array",
"uniqueItems": true
},
"exclusiveMaximum": {
"description": "Implements 'range'",
"type": "number"
},
"exclusiveMinimum": {
"description": "Implements 'range'",
"type": "number"
},
"format": {
"description": "Complements implementation of 'type'",
"type": "string"
},
"maxItems": {
"description": "Implements 'upperMultiplicity'",
"minimum": 0,
"type": "integer"
},
"maximum": {
"description": "Implements 'range'",
"type": "number"
},
"minItems": {
"default": 0,
"description": "Implements 'lowerMultiplicity'",
"minimum": 0,
"type": "integer"
},
"minimum": {
"description": "Implements 'range'",
"type": "number"
},
"observedProperty": {
"type": "string"
},
"observedPropertyURI": {
"format": "uri",
"type": "string"
},
"pattern": {
"format": "regex",
"type": "string"
},
"title": {
"type": "string"
},
"type": {
"enum": [
"array",
"boolean",
"integer",
"null",
"number",
"object",
"string"
],
"type": "string"
},
"uom": {
"type": "string"
},
"uomURI": {
"format": "uri",
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/brt/top10nl/ogc/v1/openapi.json",
"https://api.pdok.nl/kadaster/bestuurlijkegebieden/ogc/v1/openapi.json",
"https://api.pdok.nl/kadaster/brk-kadastrale-kaart/ogc/v1/openapi.json",
"https://api.pdok.nl/kadaster/brt-achtergrondkaart/ogc/v1/openapi.json",
"https://api.pdok.nl/lv/bag/ogc/v1-demo/openapi.json",
"https://api.pdok.nl/lv/bag/ogc/v1/openapi.json",
"https://api.pdok.nl/lv/bgt/ogc/v1/openapi.json",
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json"
]
}