fileProperty
Lexicon: eco.wonderland.workcell.asset.file.defs
Type: object
Key-value pair providing additional metadata about a file.
Properties
Section titled “Properties”Type: string
Required
Name of the fileProperty.
Type: string
Required
The value of the fileProperty.
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": [ "name", "value" ], "properties": { "name": { "type": "string" }, "value": { "type": "string" } }}