Skip to content

Commit

Permalink
Update video.json
Browse files Browse the repository at this point in the history
Document properly datetime format on recorded field
  • Loading branch information
Daniel-at-github authored Aug 16, 2019
1 parent 4699a2e commit 3e53383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .schemas/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"anyOf": [{"type": "null"}, {"type": "string"}]
},
"recorded":{
"description":"ISO 8601 Date on which video was recorded (YYYY-MM-DD[Thh:mm[+hh:mm]])",
"description":"ISO 8601 Date on which video was recorded (YYYY-MM-DD[Thh:mm:ss[+hh:mm]])",
"anyOf": [
{"type": "null"},
{
Expand Down

0 comments on commit 3e53383

Please sign in to comment.