From a66731ad67b66a99ff16929d8859326c975a8eeb Mon Sep 17 00:00:00 2001 From: Fran Mendez Date: Fri, 3 Nov 2023 15:56:09 +0100 Subject: [PATCH] feat!: remove messageId from Message and MessageTrait objects --- definitions/3.0.0/messageObject.json | 3 --- definitions/3.0.0/messageTrait.json | 3 --- schemas/3.0.0-without-$id.json | 6 ------ schemas/3.0.0.json | 6 ------ 4 files changed, 18 deletions(-) diff --git a/definitions/3.0.0/messageObject.json b/definitions/3.0.0/messageObject.json index b7719d01..87c066f3 100644 --- a/definitions/3.0.0/messageObject.json +++ b/definitions/3.0.0/messageObject.json @@ -13,9 +13,6 @@ "headers": { "$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json" }, - "messageId": { - "type": "string" - }, "payload": { "$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json" }, diff --git a/definitions/3.0.0/messageTrait.json b/definitions/3.0.0/messageTrait.json index fd0f0475..86717cf0 100644 --- a/definitions/3.0.0/messageTrait.json +++ b/definitions/3.0.0/messageTrait.json @@ -13,9 +13,6 @@ "headers": { "$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json" }, - "messageId": { - "type": "string" - }, "correlationId": { "oneOf": [ { diff --git a/schemas/3.0.0-without-$id.json b/schemas/3.0.0-without-$id.json index 48afe849..d604e3b5 100644 --- a/schemas/3.0.0-without-$id.json +++ b/schemas/3.0.0-without-$id.json @@ -1994,9 +1994,6 @@ "headers": { "$ref": "#/definitions/anySchema" }, - "messageId": { - "type": "string" - }, "payload": { "$ref": "#/definitions/anySchema" }, @@ -3768,9 +3765,6 @@ "headers": { "$ref": "#/definitions/anySchema" }, - "messageId": { - "type": "string" - }, "correlationId": { "oneOf": [ { diff --git a/schemas/3.0.0.json b/schemas/3.0.0.json index 9f51664e..eb8dc85a 100644 --- a/schemas/3.0.0.json +++ b/schemas/3.0.0.json @@ -2041,9 +2041,6 @@ "headers": { "$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json" }, - "messageId": { - "type": "string" - }, "payload": { "$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json" }, @@ -3831,9 +3828,6 @@ "headers": { "$ref": "http://asyncapi.com/definitions/3.0.0/anySchema.json" }, - "messageId": { - "type": "string" - }, "correlationId": { "oneOf": [ {