{
"$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"
]
}