Skip to content

Commit

Permalink
fix schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed May 13, 2024
1 parent dc0d01d commit 4180344
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion definitions/3.0.0/APIKeyHTTPSecurityScheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"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"
}
1 change: 0 additions & 1 deletion definitions/3.0.0/BearerHTTPSecurityScheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/specificationExtension.json"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/BearerHTTPSecurityScheme.json"
}
2 changes: 1 addition & 1 deletion definitions/3.0.0/HTTPSecurityScheme.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"oneOf": [
"anyOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/NonBearerHTTPSecurityScheme.json"
},
Expand Down
1 change: 0 additions & 1 deletion definitions/3.0.0/NonBearerHTTPSecurityScheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/specificationExtension.json"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/NonBearerHTTPSecurityScheme.json"
}

0 comments on commit 4180344

Please sign in to comment.