diff --git a/live-ingester/src/integration-test/resources/rest/hxinsight/requests/create-document.yml b/live-ingester/src/integration-test/resources/rest/hxinsight/requests/create-document.yml index 206e1cf68..29b5bd607 100644 --- a/live-ingester/src/integration-test/resources/rest/hxinsight/requests/create-document.yml +++ b/live-ingester/src/integration-test/resources/rest/hxinsight/requests/create-document.yml @@ -12,17 +12,17 @@ body: [ "sourceTimestamp": 1611227656423, "properties": { "cm:autoVersion": {"value": true}, - "createdAt": {"value": 1611227655695}, - "modifiedAt": {"value" : 1611227655695}, + "createdAt": {"value": 1611227655695, "annotation": "dateCreated"}, + "modifiedAt": {"value" : 1611227655695 , "annotation": "dateModified"}, "cm:versionType": {"value": "MAJOR"}, - "aspectsNames": {"value": ["cm:versionable", "cm:auditable"]}, + "aspectsNames": {"value": ["cm:versionable", "cm:auditable"], "annotation": "aspects"}, "cm:name": { "value": "purchase-order-scan.doc", "annotation" : "name" }, - "type": {"value": "cm:content"}, - "createdBy": {"value": "admin"}, - "modifiedBy": {"value": "admin"}, + "type": {"value": "cm:content", "annotation": "type"}, + "createdBy": {"value": "admin", "annotation": "createdBy"}, + "modifiedBy": {"value": "admin", "annotation": "modifiedBy"}, "cm:content": { "file": { "content-metadata": { diff --git a/live-ingester/src/integration-test/resources/rest/hxinsight/requests/update-document.yml b/live-ingester/src/integration-test/resources/rest/hxinsight/requests/update-document.yml index d2fd8c838..341f3eb46 100644 --- a/live-ingester/src/integration-test/resources/rest/hxinsight/requests/update-document.yml +++ b/live-ingester/src/integration-test/resources/rest/hxinsight/requests/update-document.yml @@ -19,22 +19,27 @@ body: [ "cm:versionable", "cm:author", "cm:titled" - ] + ], + "annotation": "aspects" }, "modifiedBy": { - "value": "abeecher" + "value": "abeecher", + "annotation": "modifiedBy" }, "createdAt": { - "value": 1611227655695 + "value": 1611227655695, + "annotation": "dateCreated" }, "modifiedAt": { - "value": 1611227655695 + "value": 1611227655695, + "annotation": "dateModified" }, "cm:versionLabel": { "value": "1.0" }, "createdBy": { - "value": "admin" + "value": "admin", + "annotation": "createdBy" }, "ALLOW_ACCESS": { "value": [