Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | "default": 1883 |
15 | 15 | }, |
16 | 16 | "accessToken": { |
17 | - "title": "Provide a username (accessToken) to be used for authenticating with the broker.", | |
17 | + "title": "Username (Access Token) to be used for authenticating.", | |
18 | 18 | "type": "string" |
19 | 19 | }, |
20 | 20 | "clientId": { |
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | "type": "string" |
23 | 23 | }, |
24 | 24 | "maxInFlight": { |
25 | - "title": "The max inflight limits to how many messages we can send without receiving acknowledgments.", | |
25 | + "title": "How many messages can be send without acknowledgments.", | |
26 | 26 | "type": "integer", |
27 | 27 | "default": 1000 |
28 | 28 | }, | ... | ... |