1Factory · Schema

closed_on

Date & time that an object was closed.

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-closed-on-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-closed-on-schema.json",
  "title": "closed_on",
  "description": "Date & time that an object was closed.",
  "type": "string",
  "format": "date-time",
  "example": "2021-07-21T07:14:42-08:00"
}