material
Lexicon: eco.wonderland.workcell.asset.material.defs
Type: object
Material used as the rawMaterial.
Properties
Section titled “Properties”Type: string
Unique identifier for the material.
Type: string
Name of the material.
Examples: ultm9085, abs, 4140.
Type: string
Required
Type of material.
Examples: Metal, Polymer, Wood, 4140, Recycled, Prestine and Used.
Type: string
Manufacturer’s lot code of the material.
manufacturer
Section titled “manufacturer”Type: string
Name of the material manufacturer.
manufacturingDate
Section titled “manufacturingDate”Type: timestamp
Manufacturing date of the material from the material manufacturer.
manufacturingCode
Section titled “manufacturingCode”Type: string
Lot code of the raw feed stock for the material, from the feed stock manufacturer.
materialCode
Section titled “materialCode”Type: string
ASTM standard code that the material complies with.
Referenced By
Section titled “Referenced By”- rawMaterial
eco.wonderland.workcell.asset.material.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "type" ], "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "lot": { "type": "string" }, "manufacturer": { "type": "string" }, "manufacturingDate": { "type": "string", "format": "datetime" }, "manufacturingCode": { "type": "string" }, "materialCode": { "type": "string" } }}