{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/developer-overheid/tools-api-v1-izwuavkdg/modelslintresult",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"apiId": "apiId",
"createdAt": "2000-01-23T04:56:07.000Z",
"failures": 0,
"id": "id",
"messages": [
{
"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"
},
{
"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"
}
],
"rulesetVersion": "2.1",
"score": 6,
"successes": true
}
],
"properties": {
"apiId": {
"type": "string"
},
"createdAt": {
"format": "date-time",
"type": "string"
},
"failures": {
"format": "int32",
"type": "integer"
},
"id": {
"type": "string"
},
"messages": {
"items": {
"$ref": "./modelslintmessage"
},
"type": "array"
},
"rulesetVersion": {
"description": "De gebruikte ruleset-versie voor validatie.",
"type": "string"
},
"score": {
"format": "int32",
"type": "integer"
},
"successes": {
"type": "boolean"
}
},
"type": "object",
"x-derived-from": [
"http://localhost:1338/v1/openapi.json#/components/schemas/ModelsLintResult"
]
}