From ad39fa8a6fa312506701ff850d4d007e14af8e3c Mon Sep 17 00:00:00 2001 From: Stig Ofstad Date: Mon, 22 Jan 2024 14:56:23 +0100 Subject: [PATCH] feat: more attributes in SIMOS/Meta --- src/SIMOS/Meta.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/SIMOS/Meta.json b/src/SIMOS/Meta.json index 6775c67f..9e7a4078 100644 --- a/src/SIMOS/Meta.json +++ b/src/SIMOS/Meta.json @@ -19,6 +19,30 @@ "name": "type", "type": "dmss://system/SIMOS/BlueprintAttribute", "attributeType": "string" + }, + { + "name": "createdBy", + "type": "dmss://system/SIMOS/BlueprintAttribute", + "attributeType": "string", + "optional": true + }, + { + "name": "createdTimestamp", + "type": "dmss://system/SIMOS/BlueprintAttribute", + "attributeType": "string", + "optional": true + }, + { + "name": "lastModifiedBy", + "type": "dmss://system/SIMOS/BlueprintAttribute", + "attributeType": "string", + "optional": true + }, + { + "name": "lastModifiedTimestamp", + "type": "dmss://system/SIMOS/BlueprintAttribute", + "attributeType": "string", + "optional": true } ] }