{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-teckel-rich-item-dto-dates-structure.json", "name": "teckelRichItemDtoDates", "description": "teckelRichItemDtoDates schema from Lightspeed Restaurant K Series API", "type": "object", "properties": { "creationDate": { "description": "The creation date of the item.", "example": "2021-11-03T13:50:47Z", "type": "datetime" }, "lastUpdateDate": { "description": "The last update date of the item.", "example": "2021-11-11T16:29:56Z", "type": "datetime" } } }