Date & time that an object was closed.
{ "$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" }