{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/kamer-van-koophandel/ondernemersplein-overheid-nl-open-data-api-8-be1ueng/contactlink",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"description": {
"description": "Contact link description.",
"type": [
"string",
"null"
]
},
"title": {
"description": "Contact link title.",
"type": [
"string",
"null"
]
},
"url": {
"description": "Contact link URL.",
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://opendata.ondernemersplein.nl/swagger/v1/swagger.json#/components/schemas/ContactLink"
]
}