http://mosp.sekucon.de/schemas.atom Recent schemas published on MOSP 2026-09-25T23:23:52.674133+00:00 python-feedgen http://mosp.sekucon.de/schema/1 Vulnerabilities 2026-09-25T23:23:52.675617+00:00 MONARC { "$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" } 2026-08-12T11:56:23.770243+00:00