Updated
Aug 12, 2026, 11:56:23 AM
{
"$schema": "http://json-schema.org/draft/2026-08/schema",
"additionalProperties": false,
"description": "Description of the purpose of this schema.",
"id": "https://mosp.srv.camp/schema/def/019ff5d0-57ea-762f-b59e-9803745edb1b",
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"code": {
"type": "string"
},
"description": {
"type": "string"
},
"label": {
"type": "string"
},
"language": {
"default": "EN",
"oneOf": [
{
"pattern": "^[A-Z]{2}$",
"type": "string"
}
],
"type": "string"
},
"uuid": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"uuid",
"code",
"label"
],
"title": "Validator for vulnerabilities used in MONARC",
"type": "object"
}