Skip to content

Commit

Permalink
did it fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Nov 8, 2023
1 parent 7d1bdd7 commit 11f6f3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion definitions/3.0.0/APIKeyHTTPSecurityScheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions definitions/3.0.0/NonBearerHTTPSecurityScheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
6 changes: 3 additions & 3 deletions definitions/3.0.0/Reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 11f6f3d

Please sign in to comment.