Add full timezone date example, fixes #3038
parent
fc57c97f9f
commit
8035dbd714
|
@ -39,7 +39,7 @@
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Package release date, in 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM:SS' format."
|
"description": "Package release date, in 'YYYY-MM-DD', 'YYYY-MM-DD HH:MM:SS' or 'YYYY-MM-DDTHH:MM:SSZ' format."
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"type": ["string", "array"],
|
"type": ["string", "array"],
|
||||||
|
|
Loading…
Reference in New Issue