- SourceMeta name
- modelslintmessage
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.138 bytes
- Bytes bundled
- 2.096 bytes
- Health
- 86%
- Dependencies
- 1
Dependencies
- At
- /properties/infos/items/$ref
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
{
"$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"
]
}