{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/developer-overheid/tools-api-v1-izwuavkdg/modelslintmessage",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"code": "code",
"createdAt": "2000-01-23T04:56:07.000Z",
"id": "id",
"infos": [
{
"id": "id",
"lintMessageId": "lintMessageId",
"message": "message",
"path": "path"
},
{
"id": "id",
"lintMessageId": "lintMessageId",
"message": "message",
"path": "path"
}
],
"severity": "severity"
}
],
"properties": {
"code": {
"type": "string"
},
"createdAt": {
"format": "date-time",
"type": "string"
},
"id": {
"type": "string"
},
"infos": {
"items": {
"$ref": "./modelslintmessageinfo"
},
"type": "array"
},
"severity": {
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"http://localhost:1338/v1/openapi.json#/components/schemas/ModelsLintMessage"
]
}