From 476a16c0af726906220945a93e86b16ad7b7f04a Mon Sep 17 00:00:00 2001 From: Surya Pratap <86942329+SuryaPratap1008@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:08:23 +0530 Subject: [PATCH] docs: update operationTrait.json (#480) --- definitions/3.0.0/operationTrait.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/3.0.0/operationTrait.json b/definitions/3.0.0/operationTrait.json index b646001f..d0258969 100644 --- a/definitions/3.0.0/operationTrait.json +++ b/definitions/3.0.0/operationTrait.json @@ -1,6 +1,6 @@ { "type": "object", - "description": "Describes a trait that MAY be applied to an Operation Object. This object MAY contain any property from the Operation Object, except the action, channel and traits ones.", + "description": "Describes a trait that MAY be applied to an Operation Object. This object MAY contain any property from the Operation Object, except the action, channel, messages and traits ones.", "additionalProperties": false, "patternProperties": { "^x-[\\w\\d\\.\\x2d_]+$": {