Skip to content

material

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

Material used as the rawMaterial.

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.

Type: string

Name of the material manufacturer.

Type: timestamp

Manufacturing date of the material from the material manufacturer.

Type: string

Lot code of the raw feed stock for the material, from the feed stock manufacturer.

Type: string

ASTM standard code that the material complies with.

  • rawMaterial eco.wonderland.workcell.asset.material.defs
{
"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"
}
}
}
© Lookinglass 2026