Skip to content

Commit

Permalink
Last set of repo timestamp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoldman committed Jan 25, 2019
1 parent 85d5b10 commit 9b79008
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ This ensures that no matter who is generating an XDM document, or how the XDM do
"https://ns.example.com/asset_name": "custom_asset_1",
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab",
"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": "chris",
"repo:version": "15",
"repo:size": 1632418,
Expand Down
4 changes: 2 additions & 2 deletions schemas/assets/aggregated-asset.example.1.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab",
"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": "lars",
"repo:version": "15",
"repo:size": 1632418,
Expand Down
4 changes: 2 additions & 2 deletions schemas/assets/image.example.1.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab",
"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 Down
4 changes: 2 additions & 2 deletions schemas/assets/image.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@
],
"required": [
"repo:id",
"repo:createdDate",
"repo:createDate",
"xdm:repositoryCreatedBy",
"repo:lastModifiedDate",
"repo:modifyDate",
"xdm:repositoryLastModifiedBy",
"repo:version",
"repo:size",
Expand Down
4 changes: 2 additions & 2 deletions schemas/assets/video.example.1.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,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 Down
4 changes: 2 additions & 2 deletions schemas/assets/video.example.2.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,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 Down
4 changes: 2 additions & 2 deletions schemas/assets/video.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
],
"required": [
"repo:id",
"repo:createdDate",
"repo:createDate",
"xdm:repositoryCreatedBy",
"repo:lastModifiedDate",
"repo:modifyDate",
"xdm:repositoryLastModifiedBy",
"repo:version",
"repo:size",
Expand Down
4 changes: 2 additions & 2 deletions schemas/common/auditable.example.1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"repo:createdDate": "2018-01-12T15:52:25+00:00",
"repo:lastModifiedDate": "2018-01-12T15:52:25+00:00",
"repo:createDate": "2018-01-12T15:52:25+00:00",
"repo:modifyDate": "2018-01-12T15:52:25+00:00",
"xdm:repositoryCreatedBy": "jsmith",
"xdm:repositoryLastModifiedBy": "jsmith",
"xdm:createdByBatchID": "https://data.adobe.io/batchid-123",
Expand Down
4 changes: 2 additions & 2 deletions schemas/common/extensible.example.1.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab",
"xdm: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",
"xdm: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",
"dc:title": "This is an example",
Expand Down
4 changes: 2 additions & 2 deletions schemas/common/extensible.example.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"https://ns.example.com/asset_name": "custom_asset_1",
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab",
"xdm: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",
"xdm: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:repository_lastModifiedBy": "2017-09-26T15:52:25+00:00",
"repo:version": "15",
"dc:title": "This is an example",
Expand Down
4 changes: 2 additions & 2 deletions schemas/common/extensible.example.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"https://ns.example.com/asset_name": "custom_asset_1",
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab",
"xdm: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",
"xdm: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 Down
4 changes: 2 additions & 2 deletions schemas/content/componentized-page.example.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"repo:path": "/content/example",
"dc:title": "Example Page for XDM.",
"xdm:shortTitle": "Example",
"repo:createdDate": "2017-09-26T13:27:36+00:00",
"repo:createDate": "2017-09-26T13:27:36+00:00",
"xdm:repositoryCreatedBy": "https://identity.adobe.io/users/tripod@adobe.com",
"repo:lastModifiedDate": "2017-09-26T13:31:19+00:00",
"repo:modifyDate": "2017-09-26T13:31:19+00:00",
"xdm:repositoryLastModifiedBy":
"https://identity.adobe.io/users/trieloff@adobe.com",
"xdm:language": "en-US",
Expand Down
4 changes: 2 additions & 2 deletions schemas/content/componentized-page.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"required": [
"repo:name",
"repo:path",
"repo:createdDate",
"repo:createDate",
"xdm:repositoryCreatedBy",
"repo:lastModifiedDate",
"repo:modifyDate",
"xdm:repositoryLastModifiedBy"
],
"definitions": {
Expand Down
4 changes: 2 additions & 2 deletions schemas/external/repo/asset.example.1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repo:id": "urn:aaid:a:b:01234578-0123-ABCD-abcd-0123456789ab",
"repo:createdDate": "2017-09-26T15:52:25+00:00",
"repo:lastModifiedDate": "2017-09-26T15:52:25+00:00",
"repo:createDate": "2017-09-26T15:52:25+00:00",
"repo:modifyDate": "2017-09-26T15:52:25+00:00",
"repo:version": "15b",
"repo:size": 1632418,
"repo:path": "/users/joe/Project 1/logo.png",
Expand Down
4 changes: 2 additions & 2 deletions schemas/external/repo/directory.example.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"templated": true
}
},
"repo:createdDate": "2017-09-26T15:52:25+00:00",
"repo:lastModifiedDate": "2017-09-26T15:52:25+00:00",
"repo:createDate": "2017-09-26T15:52:25+00:00",
"repo:modifyDate": "2017-09-26T15:52:25+00:00",
"repo:path": "/",
"repo:name": "here",
"repo:etag": "15",
Expand Down
4 changes: 2 additions & 2 deletions schemas/external/repo/directory.example.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"next": "789",
"count": 100
},
"repo:createdDate": "2017-09-26T15:52:25+00:00",
"repo:lastModifiedDate": "2017-09-26T15:52:25+00:00",
"repo:createDate": "2017-09-26T15:52:25+00:00",
"repo:modifyDate": "2017-09-26T15:52:25+00:00",
"repo:path": "/",
"repo:name": "here",
"repo:etag": "15",
Expand Down
4 changes: 2 additions & 2 deletions schemas/external/repo/directory.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"repo:name",
"repo:path",
"dc:format",
"repo:createdDate",
"repo:lastModifiedDate"
"repo:createDate",
"repo:modifyDate"
],
"meta:status": "experimental"
}

0 comments on commit 9b79008

Please sign in to comment.