- SourceMeta name
- modelslintmessageinfo
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 686 bytes
- Bytes bundled
- 686 bytes
- Health
- 80%
- Dependencies
- -
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/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"
]
}