Skip to content

Commit c95282f

Browse files
Add requirement for not using . in object roles
This is due to how IS-14 url role paths are created and how BCP-003-02 IS-12 access tokens must work.
1 parent 1e0b262 commit c95282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/NcObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The control class model for NcObject is listed in the [Framework](Framework.md#n
66

77
The `role` is a structural identifier which MUST be persisted across restarts.
88

9-
The `role` of an object MUST be unique within its containing block.
9+
The `role` of an object MUST be unique within its containing block and MUST NOT use the `.` character.
1010

1111
Object ids (`oid` property) MUST uniquely identity objects in the device model.
1212

0 commit comments

Comments
 (0)