mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update time pattern
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
b661d8e94a
commit
940265f1b9
1 changed files with 2 additions and 1 deletions
|
|
@ -500,7 +500,8 @@ components:
|
||||||
|
|
||||||
TwitterTime:
|
TwitterTime:
|
||||||
type: string # Thu Apr 06 13:23:34 +0000 2023
|
type: string # Thu Apr 06 13:23:34 +0000 2023
|
||||||
pattern: "^(Sun|Mon|Tue|Wed|Thu|Fri|Sat) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (0[1-9]|[12][0-9]|3[01]) (0[0-9]|1[0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]) ([+-][0-9]{4}) ([0-9]{4})$"
|
pattern: "^(Sun|Mon|Tue|Wed|Thu|Fri|Sat) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (0[1-9]|[12][0-9]|3[01]) (0[0-9]|1[0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]) ([+-](0[0-9]|1[0-2])(00|30)) (19[7-9][0-9][0-9]|20[0-3][0-9])$"
|
||||||
|
# pattern: "^(Sun|Mon|Tue|Wed|Thu|Fri|Sat) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (0[1-9]|[12][0-9]|3[01]) (0[0-9]|1[0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]) ([+-][0-9]{4}) ([0-9]{4})$"
|
||||||
|
|
||||||
# ================= TypeName =================
|
# ================= TypeName =================
|
||||||
TypeName:
|
TypeName:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue