File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ The table below lists all properties of an Identified Group.
573573 <tr><th>Property</th><th>Type</th><th>Description</th><th>Required</th></tr>
574574 <tr><td>objectType</td><td>String</td><td>"Group". </td><td>yes</td></tr>
575575 <tr><td>name</td><td>String</td><td>Name of the group.</td><td>no</td></tr>
576- <tr><td>member</td><td>Array of <a href="#agent">Agent Objects</a></td><td>The members of this Group.</td><td>yes </td></tr>
576+ <tr><td>member</td><td>Array of <a href="#agent">Agent Objects</a></td><td>The members of this Group.</td><td>no </td></tr>
577577 <tr><td colspan="2">see <a href="#inversefunctional"> 4.1.2.3 Inverse Functional Identifier</a></td>
578578 <td>An Inverse Functional Identifier unique to the Group.</td><td>yes</td></tr>
579579</table >
@@ -1055,15 +1055,15 @@ A Statement Reference is a pointer to another pre-existing Statement.
10551055###### Requirements
10561056
10571057* A Statement Reference MUST specify an "objectType" property with the value "StatementRef".
1058- * A Statement Reference MUST set the "id" property to the UUID of a Statement which is present on the system .
1058+ * A Statement Reference MUST set the "id" property to the UUID of a Statement.
10591059
10601060The table below lists all properties of a Statement Reference Object:
10611061
10621062<table border =" 1 " >
10631063 <tr><th>Property</th><th>Type</th><th>Description</th></tr>
10641064 <tr><td>objectType</td><td>String</td><td>In this case, MUST be "StatementRef".</td></tr>
1065- <tr><td>id</td><td>UUID</td><td>The UUID of a Statement
1066- which is present on the system. </td></tr>
1065+ <tr><td>id</td><td>UUID</td><td>The UUID of a Statement.
1066+ </td></tr>
10671067</table >
10681068
10691069###### Example
You can’t perform that action at this time.
0 commit comments