{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/developer-overheid/tools-api-v1-izwuavkdg/modelslintmessageinfo",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"id": "id",
"lintMessageId": "lintMessageId",
"message": "message",
"path": "path"
}
],
"properties": {
"id": {
"type": "string"
},
"lintMessageId": {
"type": "string"
},
"message": {
"type": "string"
},
"path": {
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"http://localhost:1338/v1/openapi.json#/components/schemas/ModelsLintMessageInfo"
]
}