Changes between Initial Version and Version 3 of Ticket #636
- Timestamp:
- 21.02.2015 18:46:57 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #636
- Property Status changed from new to accepted
- Property Cc JuergeN added
- Property Milestone changed from Release 4.3 to Release 4.6
-
Ticket #636 – Description
initial v3 5 5 { 6 6 type_uri: "my.parent.type" 7 c omposite: {7 childs: { 8 8 "my.child.type": { 9 9 uri: "child.topic.uri", … … 15 15 }}} 16 16 17 Note: in this example the child topic is supposed to get an explicit URI, that's why the ''canonic topic format'' (`id`, `uri`, `type_uri`, `value`, `c omposite`) must be used here. This ticket refers to the canonic topic format only.17 Note: in this example the child topic is supposed to get an explicit URI, that's why the ''canonic topic format'' (`id`, `uri`, `type_uri`, `value`, `childs`) must be used here. This ticket refers to the canonic topic format only. 18 18 19 Just to remember: if your application does not rely on specific topic URIs, the '' compacttopic format'' could be used anyway. In this case there is no redundant `type_uri`:19 Just to remember: if your application does not rely on specific topic URIs, the ''simplified topic format'' could be used anyway. In this case there is no redundant `type_uri`: 20 20 {{{ 21 21 { 22 22 type_uri: "my.parent.type" 23 c omposite: {23 childs: { 24 24 "my.child.type": "Hi!" 25 25 } … … 31 31 { 32 32 type_uri: "dm4.contacts.person" 33 c omposite: {33 childs: { 34 34 "dm4.contacts.person_name": { 35 35 "dm4.contacts.first_name": "Paul",