Skip to content

Commit

Permalink
docs: adding optional version to the message object
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez committed Sep 30, 2024
1 parent dc1900e commit f2c1d46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/3.0.0-without-$id.json
Original file line number Diff line number Diff line change
Expand Up @@ -2542,6 +2542,10 @@
"type": "string",
"description": "A brief summary of the message."
},
"version": {
"type": "string",
"description": "A version for the message."
},
"name": {
"type": "string",
"description": "Name of the message."
Expand Down
4 changes: 4 additions & 0 deletions schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2594,6 +2594,10 @@
"type": "string",
"description": "A brief summary of the message."
},
"version": {
"type": "string",
"description": "A version for the message."
},
"name": {
"type": "string",
"description": "Name of the message."
Expand Down

0 comments on commit f2c1d46

Please sign in to comment.