You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/schema.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
"maximum": 1,
19
19
"minimum": 0,
20
20
"type": "number"
21
+
},
22
+
"timestamp": {
23
+
"description": "The timestamp indicating when this annotation was created or last updated.\n\nShould be an ISO 8601 formatted string (e.g., \"2025-01-12T15:00:58Z\").",
24
+
"type": "string"
21
25
}
22
26
},
23
27
"type": "object"
@@ -455,6 +459,10 @@
455
459
"maximum": 1,
456
460
"minimum": 0,
457
461
"type": "number"
462
+
},
463
+
"timestamp": {
464
+
"description": "The timestamp indicating when this annotation was created or last updated.\n\nShould be an ISO 8601 formatted string (e.g., \"2025-01-12T15:00:58Z\").",
465
+
"type": "string"
458
466
}
459
467
},
460
468
"type": "object"
@@ -557,6 +565,10 @@
557
565
"maximum": 1,
558
566
"minimum": 0,
559
567
"type": "number"
568
+
},
569
+
"timestamp": {
570
+
"description": "The timestamp indicating when this annotation was created or last updated.\n\nShould be an ISO 8601 formatted string (e.g., \"2025-01-12T15:00:58Z\").",
571
+
"type": "string"
560
572
}
561
573
},
562
574
"type": "object"
@@ -1489,6 +1501,10 @@
1489
1501
"maximum": 1,
1490
1502
"minimum": 0,
1491
1503
"type": "number"
1504
+
},
1505
+
"timestamp": {
1506
+
"description": "The timestamp indicating when this annotation was created or last updated.\n\nShould be an ISO 8601 formatted string (e.g., \"2025-01-12T15:00:58Z\").",
1507
+
"type": "string"
1492
1508
}
1493
1509
},
1494
1510
"type": "object"
@@ -1595,6 +1611,10 @@
1595
1611
"maximum": 1,
1596
1612
"minimum": 0,
1597
1613
"type": "number"
1614
+
},
1615
+
"timestamp": {
1616
+
"description": "The timestamp indicating when this annotation was created or last updated.\n\nShould be an ISO 8601 formatted string (e.g., \"2025-01-12T15:00:58Z\").",
1617
+
"type": "string"
1598
1618
}
1599
1619
},
1600
1620
"type": "object"
@@ -1931,6 +1951,10 @@
1931
1951
"maximum": 1,
1932
1952
"minimum": 0,
1933
1953
"type": "number"
1954
+
},
1955
+
"timestamp": {
1956
+
"description": "The timestamp indicating when this annotation was created or last updated.\n\nShould be an ISO 8601 formatted string (e.g., \"2025-01-12T15:00:58Z\").",
0 commit comments