|
51 | 51 | ], |
52 | 52 | "properties": { |
53 | 53 | "<muid>": { |
54 | | - "description": "Wraps a single message object. The <b><muid></b> will be a primary key/unique Identifier of the message.", |
| 54 | + "description": "Wraps a single message object. The **<muid>** will be a primary key/unique Identifier of the message.", |
55 | 55 | "required": [ |
56 | 56 | "muid", |
57 | 57 | "sender", |
|
61 | 61 | ], |
62 | 62 | "properties": { |
63 | 63 | "muid": { |
64 | | - "description": "The value should be the same as value of the placeholder <b><muid></b> which wraps the message object.", |
| 64 | + "description": "The value should be the same as value of the placeholder **<muid>** which wraps the message object.", |
65 | 65 | "type": "string" |
66 | 66 | }, |
67 | 67 | "sender": { |
|
593 | 593 | ], |
594 | 594 | "properties": { |
595 | 595 | "<uid>": { |
596 | | - "description": "Wraps a user object. The <b><uid></b> will be a primary key/unique Identifier of the user.", |
| 596 | + "description": "Wraps a user object. The **<uid>** will be a primary key/unique Identifier of the user.", |
597 | 597 | "required": [ |
598 | 598 | "uid", |
599 | 599 | "name" |
600 | 600 | ], |
601 | 601 | "properties": { |
602 | 602 | "uid": { |
603 | | - "description": "The value should be the same as value of the placeholder <b><uid></b> which wraps the user object.", |
| 603 | + "description": "The value should be the same as value of the placeholder **<uid>** which wraps the user object.", |
604 | 604 | "type": "string" |
605 | 605 | }, |
606 | 606 | "name": { |
|
747 | 747 | ], |
748 | 748 | "properties": { |
749 | 749 | "<guid>": { |
750 | | - "description": "Wraps a group object. The <b><guid></b> will be a primary key/unique Identifier of the group.", |
| 750 | + "description": "Wraps a group object. The **<guid>** will be a primary key/unique Identifier of the group.", |
751 | 751 | "required": [ |
752 | 752 | "guid", |
753 | 753 | "name", |
754 | 754 | "type" |
755 | 755 | ], |
756 | 756 | "properties": { |
757 | 757 | "guid": { |
758 | | - "description": "The value should be the same as value of the placeholder <b><guid></b> which wraps the group object.", |
| 758 | + "description": "The value should be the same as value of the placeholder **<guid>** which wraps the group object.", |
759 | 759 | "type": "string" |
760 | 760 | }, |
761 | 761 | "name": { |
|
947 | 947 | ], |
948 | 948 | "properties": { |
949 | 949 | "<guid>_member_<uid>": { |
950 | | - "description": "Wraps a single member object. The <b><guid>_member_<uid></b> will will be a primary key/unique Identifier of the member.", |
| 950 | + "description": "Wraps a single member object. The **<guid>_member_<uid>** will will be a primary key/unique Identifier of the member.", |
951 | 951 | "required": [ |
952 | 952 | "memberId", |
953 | 953 | "guid", |
954 | 954 | "uid" |
955 | 955 | ], |
956 | 956 | "properties": { |
957 | 957 | "memberId": { |
958 | | - "description": "The value should be the same as value of the placeholder <b><guid>_member_<uid></b> which wraps the member object.", |
| 958 | + "description": "The value should be the same as value of the placeholder **<guid>_member_<uid>** which wraps the member object.", |
959 | 959 | "type": "string" |
960 | 960 | }, |
961 | 961 | "guid": { |
|
0 commit comments