{
    "$id": "https://schemas.allicator.co.uk/common/timestamp/v2.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$comment": "https://www.iso.org/iso-8601-date-and-time-format.html",
    "title": "ISO 8601 timestamp in Basic Format",
    "description": "The go-to date and time format at Allicactor",
    "format": "date-time",
    "examples": [ "2023-08-21T13:24:49Z", "2023-08-21T13:26:33Z" ],
    "type": "string",
    "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"
}