Skip to content

Commit

Permalink
Repo timestamp property name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoldman authored Jan 25, 2019
1 parent 1cf88a0 commit 85d5b10
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/reference/assets/video.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
],
"required": [
"repo:id",
"repo:createdDate",
"repo:createDate",
"xdm:repositoryCreatedBy",
"repo:lastModifiedDate",
"repo:modifyDate",
"xdm:repositoryLastModifiedBy",
"repo:version",
"repo:size",
Expand All @@ -67,10 +67,10 @@
{
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ac",
"xmp:createDate": "2017-09-26T15:52:25+00:00",
"repo:createdDate": "2017-09-26T15:52:25+00:00",
"repo:createDate": "2017-09-26T15:52:25+00:00",
"xdm:repositoryCreatedBy": "lars",
"xmp:modifyDate": "2017-09-26T15:52:25+00:00",
"repo:lastModifiedDate": "2017-09-26T15:52:25+00:00",
"repo:modifyDate": "2017-09-26T15:52:25+00:00",
"xdm:repositoryLastModifiedBy": "2017-09-26T15:52:25+00:00",
"repo:version": "15",
"repo:size": 1632418,
Expand All @@ -85,10 +85,10 @@
{
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ad",
"xmp:createDate": "2017-09-26T15:52:25+00:00",
"repo:createdDate": "2017-09-26T15:52:25+00:00",
"repo:createDate": "2017-09-26T15:52:25+00:00",
"xdm:repositoryCreatedBy": "lars",
"xmp:modifyDate": "2017-09-26T15:52:25+00:00",
"repo:lastModifiedDate": "2017-09-26T15:52:25+00:00",
"repo:modifyDate": "2017-09-26T15:52:25+00:00",
"xdm:repositoryLastModifiedBy": "2017-09-26T15:52:25+00:00",
"repo:version": "15",
"repo:size": 1632418,
Expand All @@ -101,4 +101,4 @@
"xdm:videoFrameRate": "f48s1"
}
]
}
}

0 comments on commit 85d5b10

Please sign in to comment.