ndc:Safety.Risks.Register
Class in Nuclear Decommissioning Core Ontology (nuclear-decommissioning-core-ontology)
{
"definitions": {
"title": "Safety.Risks.Register",
"properties": {
"Name": {
"type": "string"
},
"Description": {
"type": "string"
},
"Type": {
"type": "string",
"enum": [
"Safety",
"Project",
"Security"
]
},
"DocumentIds": {
"type": "array",
"items": {
"type": "string",
"_PLEIADES": {
"ReferencedClass": "Assets.Intangibles.Documents"
}
}
},
"Parameters": {
"type": "string",
"format": "textarea",
"_PLEIADES": {
"Type": "Object"
}
},
"Severity": {
"type": "number",
"_PLEIADES": {
"Type": "Number"
}
},
"Probability": {
"type": "number",
"_PLEIADES": {
"Type": "Number"
}
},
"RiskLevel": {
"type": "number",
"_PLEIADES": {
"Type": "Number"
}
}
}
}
}