Skip to content

fileComment

Lexicon: eco.wonderland.workcell.asset.file.defs
Type: object

Remark or interpretation for human interpretation associated with a file or fileArchetype.

Type: timestamp
Required

Time the comment was made.

Type: string
Required

Text of the comment about the file.

  • abstractFile eco.wonderland.workcell.asset.file.defs
  • fileArchetype eco.wonderland.workcell.asset.file.defs
  • file eco.wonderland.workcell.asset.file.defs
{
"type": "object",
"required": [
"timestamp",
"value"
],
"properties": {
"timestamp": {
"type": "string",
"format": "datetime"
},
"value": {
"type": "string"
}
}
}
© Lookinglass 2026