- SourceMeta name
- modelslintresult
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.231 bytes
- Bytes bundled
- 4.662 bytes
- Health
- 60%
- Dependencies
- 2
Dependencies
- At
- /properties/messages/items/$ref
- 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
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/failures/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/failures/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/rulesetVersion/description
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/score/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/score/format
{
"$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"
]
}