DTXS

ndo:Tasks

Class in Nuclear Decommissioning Ontology (nuclear-decommissioning-ontology)

{
    "definitions": {
        "title": "Tasks",
        "properties": {
            "Name": {
                "type": "string"
            },
            "Number": {
                "type": "string"
            },
            "Definition": {
                "type": "string"
            },
            "ParentTaskId": {
                "type": "string",
                "_PLEIADES": {
                    "Type": "RecordId",
                    "ReferencedClass": "Tasks"
                }
            },
            "DependendsOnTaskIds": {
                "type": "array",
                "items": {
                    "type": "string",
                    "_PLEIADES": {
                        "ReferencedClass": "Tasks"
                    }
                }
            },
            "Start": {
                "type": "string",
                "format": "datetime-local"
            },
            "Duration": {
                "type": "number"
            },
            "EstimatedDuration": {
                "type": "number"
            },
            "TeamId": {
                "type": "string",
                "_PLEIADES": {
                    "Type": "Reference",
                    "ReferencedClass": "Actors.Teams"
                }
            },
            "ApplicationId": {
                "type": "string",
                "_PLEIADES": {
                    "Type": "Reference",
                    "ReferencedClass": "Applications"
                }
            },
            "WorkplaceId": {
                "type": "string",
                "_PLEIADES": {
                    "Type": "Reference",
                    "ReferencedClass": "Workplaces"
                }
            },
            "InputAssetIds": {
                "type": "array",
                "format": "table",
                "items": {
                    "type": "object",
                    "properties": {
                        "Class": {
                            "type": "string"
                        },
                        "RecordId": {
                            "type": "string"
                        }
                    }
                }
            },
            "OutputAssetIds": {
                "type": "array",
                "format": "table",
                "items": {
                    "type": "object",
                    "properties": {
                        "Class": {
                            "type": "string"
                        },
                        "RecordId": {
                            "type": "string"
                        }
                    }
                }
            },
            "MethodIds": {
                "type": "array",
                "items": {
                    "type": "string",
                    "_PLEIADES": {
                        "ReferencedClass": "Methods"
                    }
                }
            },
            "DocumentIds": {
                "type": "array",
                "items": {
                    "type": "string",
                    "_PLEIADES": {
                        "ReferencedClass": "Assets.Intangibles.Documents"
                    }
                }
            },
            "RiskIds": {
                "type": "array",
                "items": {
                    "type": "string",
                    "_PLEIADES": {
                        "ReferencedClass": "Safety.Risks.Register"
                    }
                }
            },
            "EventIds": {
                "type": "array",
                "items": {
                    "type": "string",
                    "_PLEIADES": {
                        "ReferencedClass": "Events"
                    }
                }
            },
            "UnitCostFactors": {
                "type": "string",
                "format": "textarea",
                "properties": {
                    "Tasks": {
                        "type": "string",
                        "format": "textarea"
                    }
                }
            },
            "Costs": {
                "type": "string",
                "format": "textarea",
                "properties": {
                    "Tasks": {
                        "type": "string",
                        "format": "textarea"
                    }
                }
            }
        }
    }
}
(C) wai.blue | Rendered using GuideVis