Skip to content

Commit bac5fbe

Browse files
committed
Correct timestamp type.
1 parent c7845fb commit bac5fbe

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

fern/apis/api/openapi.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26903,7 +26903,7 @@
2690326903
]
2690426904
},
2690526905
"timestamp": {
26906-
"type": "string",
26906+
"type": "number",
2690726907
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2690826908
},
2690926909
"artifact": {
@@ -27010,7 +27010,7 @@
2701027010
}
2701127011
},
2701227012
"timestamp": {
27013-
"type": "string",
27013+
"type": "number",
2701427014
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2701527015
},
2701627016
"artifact": {
@@ -27348,7 +27348,7 @@
2734827348
}
2734927349
},
2735027350
"timestamp": {
27351-
"type": "string",
27351+
"type": "number",
2735227352
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2735327353
},
2735427354
"artifact": {
@@ -27441,7 +27441,7 @@
2744127441
]
2744227442
},
2744327443
"timestamp": {
27444-
"type": "string",
27444+
"type": "number",
2744527445
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2744627446
},
2744727447
"artifact": {
@@ -27548,7 +27548,7 @@
2754827548
}
2754927549
},
2755027550
"timestamp": {
27551-
"type": "string",
27551+
"type": "number",
2755227552
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2755327553
},
2755427554
"artifact": {
@@ -27621,7 +27621,7 @@
2762127621
]
2762227622
},
2762327623
"timestamp": {
27624-
"type": "string",
27624+
"type": "number",
2762527625
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2762627626
},
2762727627
"artifact": {
@@ -27719,7 +27719,7 @@
2771927719
]
2772027720
},
2772127721
"timestamp": {
27722-
"type": "string",
27722+
"type": "number",
2772327723
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2772427724
},
2772527725
"artifact": {
@@ -27808,7 +27808,7 @@
2780827808
]
2780927809
},
2781027810
"timestamp": {
27811-
"type": "string",
27811+
"type": "number",
2781227812
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2781327813
},
2781427814
"artifact": {
@@ -28166,7 +28166,7 @@
2816628166
]
2816728167
},
2816828168
"timestamp": {
28169-
"type": "string",
28169+
"type": "number",
2817028170
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2817128171
},
2817228172
"artifact": {
@@ -28283,7 +28283,7 @@
2828328283
}
2828428284
},
2828528285
"timestamp": {
28286-
"type": "string",
28286+
"type": "number",
2828728287
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2828828288
},
2828928289
"artifact": {
@@ -28363,7 +28363,7 @@
2836328363
]
2836428364
},
2836528365
"timestamp": {
28366-
"type": "string",
28366+
"type": "number",
2836728367
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2836828368
},
2836928369
"artifact": {
@@ -28456,7 +28456,7 @@
2845628456
]
2845728457
},
2845828458
"timestamp": {
28459-
"type": "string",
28459+
"type": "number",
2846028460
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2846128461
},
2846228462
"artifact": {
@@ -28553,7 +28553,7 @@
2855328553
]
2855428554
},
2855528555
"timestamp": {
28556-
"type": "string",
28556+
"type": "number",
2855728557
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2855828558
},
2855928559
"artifact": {
@@ -28648,7 +28648,7 @@
2864828648
]
2864928649
},
2865028650
"timestamp": {
28651-
"type": "string",
28651+
"type": "number",
2865228652
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2865328653
},
2865428654
"artifact": {
@@ -28720,7 +28720,7 @@
2872028720
]
2872128721
},
2872228722
"timestamp": {
28723-
"type": "string",
28723+
"type": "number",
2872428724
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2872528725
},
2872628726
"artifact": {
@@ -28797,7 +28797,7 @@
2879728797
]
2879828798
},
2879928799
"timestamp": {
28800-
"type": "string",
28800+
"type": "number",
2880128801
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2880228802
},
2880328803
"artifact": {
@@ -28874,7 +28874,7 @@
2887428874
]
2887528875
},
2887628876
"timestamp": {
28877-
"type": "string",
28877+
"type": "number",
2887828878
"description": "This is the ISO-8601 formatted timestamp of when the message was sent."
2887928879
},
2888028880
"artifact": {

0 commit comments

Comments
 (0)