1Factory · Schema

supplier_name

The name of the supplier (for receiving or supplier inspections).

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-supplier-name-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-supplier-name-schema.json",
  "title": "supplier_name",
  "description": "The name of the supplier (for receiving or supplier inspections).",
  "type": "string",
  "example": "Acme Industries"
}