From 61be9a1d24238cd5387caa92a64c1647dc2536e5 Mon Sep 17 00:00:00 2001 From: derberg Date: Tue, 10 Oct 2023 18:00:20 +0200 Subject: [PATCH] some wording fix imho --- definitions/3.0.0/messageObject.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/3.0.0/messageObject.json b/definitions/3.0.0/messageObject.json index fb3edd44..b7719d01 100644 --- a/definitions/3.0.0/messageObject.json +++ b/definitions/3.0.0/messageObject.json @@ -101,10 +101,10 @@ }, "headers": { "type": "object", - "description": "Schema definition of the application headers." + "description": "Example of the application headers. It can be of any type." }, "payload": { - "description": "Definition of the message payload. It can be of any type" + "description": "Example of the message payload. It can be of any type." } } }