Updated
Oct 11, 2021, 11:55:43 AM
{
"$id": "https://objects.monarc.lu/schema/def/023efe2b-5f7f-43c0-b858-97877b5a1f75",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"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"
}