Skip to content

Commit 8c70643

Browse files
committed
Add locked_by property to actfile schema
1 parent 6eada53 commit 8c70643

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

actfile-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
},
8181
"info": {
8282
"$ref": "#/$defs/graphInfo"
83+
},
84+
"locked_by": {
85+
"type": "string",
86+
"description": "Identifier of the user or system that has locked this graph for editing."
8387
}
8488
},
8589
"$defs": {

0 commit comments

Comments
 (0)