ndc:Events
Class in Nuclear Decommissioning Core Ontology (nuclear-decommissioning-core-ontology)
{
"definitions": {
"title": "Events",
"properties": {
"DateTime": {
"type": "string",
"format": "datetime-local"
},
"Type": {
"type": "string"
},
"Message": {
"type": "string"
},
"RelatedRecordIds": {
"type": "array",
"format": "table",
"items": {
"type": "object",
"properties": {
"Class": {
"type": "string"
},
"RecordId": {
"type": "string"
}
}
}
}
}
}
}