- SourceMeta name
- 1
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.223 bytes
- Bytes bundled
- 12.596 bytes
- Health
- 75%
- Dependencies
- 1
Dependencies
- At
- /properties/links/items/$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/links/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/geometrieen-omgevingswet-api-f1umox3ng/1",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"description": {
"description": "Brief narrative description of this style",
"type": "string"
},
"id": {
"description": "An identifier for this style. Implementation of 'identifier'",
"type": "string"
},
"keywords": {
"description": "keywords about this style",
"items": {
"type": "string"
},
"type": "array"
},
"links": {
"description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
"items": {
"$ref": "../_shared/link"
},
"minItems": 1,
"type": "array"
},
"title": {
"description": "A title for this style",
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json#/components/schemas/1"
]
}