RelatedAttribute MAY be present

pull/6/head
Alexandre Dulaunoy 2016-10-13 07:33:31 +02:00
parent ddf768781b
commit 40f664716f
1 changed files with 3 additions and 1 deletions

View File

@ -406,7 +406,9 @@ deleted is represented by a JSON boolean. deleted **MUST** be present.
#### RelatedAttribute
RelatedAttribute is an array of attributes correlating with the current attribute. Each element in the array represents an JSON object which contains an Attribute dictionnary with the external attributes correlating. Each Attribute **MUST** include the id, org_id, info and a value. Only the correlations found on the local instance are shown in RelatedAttribute.
RelatedAttribute is an array of attributes correlating with the current attribute. Each element in the array represents an JSON object which contains an Attribute dictionnary with the external attributes who correlate. Each Attribute **MUST** include the id, org_id, info and a value. Only the correlations found on the local instance are shown in RelatedAttribute.
RelatedAttribute **MAY** be present.
#### value