Skip to content

Commit

Permalink
add enum to qos field of operation object
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 authored Aug 14, 2023
1 parent a785000 commit 737b865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mqtt/json_schemas/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"properties": {
"qos": {
"type": "integer",
"enum": [0,1,2],
"description": "Defines the Quality of Service (QoS) levels for the message flow between client and server. Its value MUST be either 0 (At most once delivery), 1 (At least once delivery), or 2 (Exactly once delivery)."
},
"retain": {
Expand Down

0 comments on commit 737b865

Please sign in to comment.