fileComment
Lexicon: eco.wonderland.workcell.asset.file.defs
Type: object
Remark or interpretation for human interpretation associated with a file or fileArchetype.
Properties
Section titled “Properties”timestamp
Section titled “timestamp”Type: timestamp
Required
Time the comment was made.
Type: string
Required
Text of the comment about the file.
Referenced By
Section titled “Referenced By”- abstractFile
eco.wonderland.workcell.asset.file.defs - fileArchetype
eco.wonderland.workcell.asset.file.defs - file
eco.wonderland.workcell.asset.file.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "timestamp", "value" ], "properties": { "timestamp": { "type": "string", "format": "datetime" }, "value": { "type": "string" } }}