Skip to content

Commit

Permalink
feat: more attributes in SIMOS/Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
soofstad committed Jan 23, 2024
1 parent 5a58687 commit ad39fa8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/SIMOS/Meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}

0 comments on commit ad39fa8

Please sign in to comment.