From 11f6f3da0cf2379e379902a5058f1f6ef8782f3d Mon Sep 17 00:00:00 2001 From: acethecreator Date: Wed, 8 Nov 2023 19:13:36 +0100 Subject: [PATCH] did it fix? --- definitions/3.0.0/APIKeyHTTPSecurityScheme.json | 2 +- definitions/3.0.0/NonBearerHTTPSecurityScheme.json | 6 +++--- definitions/3.0.0/Reference.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/definitions/3.0.0/APIKeyHTTPSecurityScheme.json b/definitions/3.0.0/APIKeyHTTPSecurityScheme.json index 8bb16ace..33dee593 100644 --- a/definitions/3.0.0/APIKeyHTTPSecurityScheme.json +++ b/definitions/3.0.0/APIKeyHTTPSecurityScheme.json @@ -38,7 +38,7 @@ }, "example": { "$ref": "http://asyncapi.com/examples/3.0.0/APIKeyHTTPSecurityScheme.json" - }, + }, "additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://asyncapi.com/definitions/3.0.0/APIKeyHTTPSecurityScheme.json" diff --git a/definitions/3.0.0/NonBearerHTTPSecurityScheme.json b/definitions/3.0.0/NonBearerHTTPSecurityScheme.json index 39a47dc1..3f1a8d76 100644 --- a/definitions/3.0.0/NonBearerHTTPSecurityScheme.json +++ b/definitions/3.0.0/NonBearerHTTPSecurityScheme.json @@ -22,9 +22,9 @@ "description": "The name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235." }, "description": { - "type": "string", - "description": "A short description for security scheme." - }, + "type": "string", + "description": "A short description for security scheme." + }, "type": { "type": "string", "description": "The type of the security scheme.", diff --git a/definitions/3.0.0/Reference.json b/definitions/3.0.0/Reference.json index 1fb90eba..78f41b69 100644 --- a/definitions/3.0.0/Reference.json +++ b/definitions/3.0.0/Reference.json @@ -10,9 +10,9 @@ "$ref": "http://asyncapi.com/definitions/3.0.0/ReferenceObject.json" } }, - "example": { - "$ref": "http://asyncapi.com/examples/3.0.0/ReferenceObject.json" - }, + "example": { + "$ref": "http://asyncapi.com/examples/3.0.0/ReferenceObject.json" + }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://asyncapi.com/definitions/3.0.0/Reference.json" } \ No newline at end of file