1Factory · Schema

created_on

Date & time that an object was created.

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

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