Updated
Oct 11, 2021, 12:01:57 PM
{
"$id": "https://objects.monarc.lu/schema/def/ca4464d6-27e0-4d33-a6b0-37c1c9620275",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"authors": {
"default": [],
"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"
},
"measures": {
"items": {
"$ref": "https://objects.monarc.lu/schema/def/3777ff96-2d37-4ad2-8789-7aa3417b6312"
},
"type": "array"
}
},
"required": [
"code",
"label"
],
"title": "Validator for operational risks used in MONARC",
"type": "object"
}