diff --git a/definitions/3.0.0/SaslPlainSecurityScheme.json b/definitions/3.0.0/SaslPlainSecurityScheme.json index 54922bce..e461874f 100644 --- a/definitions/3.0.0/SaslPlainSecurityScheme.json +++ b/definitions/3.0.0/SaslPlainSecurityScheme.json @@ -12,9 +12,9 @@ ] }, "description": { - "type": "string", - "description": "A short description for security scheme." - } + "type": "string", + "description": "A short description for security scheme." + } }, "patternProperties": { "^x-[\\w\\d\\.\\x2d_]+$": { @@ -27,4 +27,4 @@ "additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://asyncapi.com/definitions/3.0.0/SaslPlainSecurityScheme.json" -} \ No newline at end of file +}