From 74badf912598711f009765c61c221206fe1bd400 Mon Sep 17 00:00:00 2001 From: Ace <40604284+AceTheCreator@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:00:33 +0100 Subject: [PATCH] Update operationReplyAddress.json --- definitions/3.0.0/operationReplyAddress.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/definitions/3.0.0/operationReplyAddress.json b/definitions/3.0.0/operationReplyAddress.json index 937744d3..ba29ea12 100644 --- a/definitions/3.0.0/operationReplyAddress.json +++ b/definitions/3.0.0/operationReplyAddress.json @@ -21,9 +21,9 @@ "description": "An optional description of the address. CommonMark is allowed." } }, - "example": { - "$ref": "http://asyncapi.com/examples/3.0.0/operationReplyAddress.json" - }, + "example": { + "$ref": "http://asyncapi.com/examples/3.0.0/operationReplyAddress.json" + }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://asyncapi.com/definitions/3.0.0/operationReplyAddress.json" -} \ No newline at end of file +}