- SourceMeta name
- spellcheck
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.593 bytes
- Bytes bundled
- 1.593 bytes
- Health
- 84%
- 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_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
- oneof_to_anyof_disjoint_types
- Message
- A `oneOf` where all branches have disjoint types can be safely converted to `anyOf`
- Pointers
- /properties/collations/items/oneOf
- Name
- oneof_to_anyof_disjoint_types
- Message
- A `oneOf` where all branches have disjoint types can be safely converted to `anyOf`
- Pointers
- /properties/suggestions/items/oneOf
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/locatieserver-dh0nob3hr/spellcheck",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"collations": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"collationQuery": {
"type": "string"
},
"hits": {
"type": "integer"
},
"misspellingsAndCorrections": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
]
},
"type": "array"
},
"suggestions": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"endOffset": {
"type": "integer"
},
"numFound": {
"type": "integer"
},
"startOffset": {
"type": "integer"
},
"suggestion": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
]
},
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/bzk/locatieserver/search/v3_1/openapi.json#/components/schemas/spellcheck"
]
}