Skip to content

fileProperty

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

Key-value pair providing additional metadata about a file.

Type: string
Required

Name of the fileProperty.

Type: string
Required

The value of the fileProperty.

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