From f2c1d465e0c36722819538ff6990e6755baaa9fa Mon Sep 17 00:00:00 2001 From: Ismael Martinez Ramos Date: Mon, 30 Sep 2024 21:15:34 +0100 Subject: [PATCH] docs: adding optional version to the message object --- schemas/3.0.0-without-$id.json | 4 ++++ schemas/3.0.0.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/schemas/3.0.0-without-$id.json b/schemas/3.0.0-without-$id.json index 4ca677a4..5f271569 100644 --- a/schemas/3.0.0-without-$id.json +++ b/schemas/3.0.0-without-$id.json @@ -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." diff --git a/schemas/3.0.0.json b/schemas/3.0.0.json index f86ffae0..9066b052 100644 --- a/schemas/3.0.0.json +++ b/schemas/3.0.0.json @@ -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."