1Factory · Schema

part_description

Description of the part.

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-part-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-part-description-schema.json",
  "title": "part_description",
  "description": "Description of the part.",
  "type": "string",
  "maxLength": 255,
  "example": "Three Lobe Shaft"
}