Skip to content

Commit 461630e

Browse files
committed
checkout upstream/main for schema/2024-11-05/
1 parent ee4578a commit 461630e

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

schema/2024-11-05/schema.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
"maximum": 1,
1919
"minimum": 0,
2020
"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"
2521
}
2622
},
2723
"type": "object"
@@ -459,10 +455,6 @@
459455
"maximum": 1,
460456
"minimum": 0,
461457
"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"
466458
}
467459
},
468460
"type": "object"
@@ -565,10 +557,6 @@
565557
"maximum": 1,
566558
"minimum": 0,
567559
"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"
572560
}
573561
},
574562
"type": "object"
@@ -1501,10 +1489,6 @@
15011489
"maximum": 1,
15021490
"minimum": 0,
15031491
"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"
15081492
}
15091493
},
15101494
"type": "object"
@@ -1615,10 +1599,6 @@
16151599
"maximum": 1,
16161600
"minimum": 0,
16171601
"type": "number"
1618-
},
1619-
"timestamp": {
1620-
"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\").",
1621-
"type": "string"
16221602
}
16231603
},
16241604
"type": "object"
@@ -1955,10 +1935,6 @@
19551935
"maximum": 1,
19561936
"minimum": 0,
19571937
"type": "number"
1958-
},
1959-
"timestamp": {
1960-
"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\").",
1961-
"type": "string"
19621938
}
19631939
},
19641940
"type": "object"

schema/2024-11-05/schema.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -839,13 +839,6 @@ export interface Annotated {
839839
* @maximum 1
840840
*/
841841
priority?: number;
842-
843-
/**
844-
* The timestamp indicating when this annotation was created or last updated.
845-
*
846-
* Should be an ISO 8601 formatted string (e.g., "2025-01-12T15:00:58Z").
847-
*/
848-
timestamp?: string;
849842
}
850843
}
851844

0 commit comments

Comments
 (0)