blob: b4e1528d34c24c2d03052b16e0a16bfa8d785af9 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/timestampeditem/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "TimestampedItem",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/item/1-0-0" }],
"properties" : {
"timeStamp" : {
"type" : ["string"],
"format" : "date-time"
}
}
}