-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: run buf format to make formatting changes
- Loading branch information
1 parent
cec959f
commit bb96aa2
Showing
4 changed files
with
96 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,22 @@ import "protoc-gen-openapiv2/options/annotations.proto"; | |
|
||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { | ||
info: { | ||
title: "OpenFGA"; | ||
description: "A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar."; | ||
version: "1.x"; | ||
title: "OpenFGA" | ||
description: "A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar." | ||
version: "1.x" | ||
contact: { | ||
name: "OpenFGA"; | ||
email: "[email protected]"; | ||
url: "https://openfga.dev"; | ||
}; | ||
name: "OpenFGA" | ||
email: "[email protected]" | ||
url: "https://openfga.dev" | ||
} | ||
license: { | ||
name: "Apache-2.0"; | ||
url: "https://github.com/openfga/openfga/blob/main/LICENSE"; | ||
}; | ||
}; | ||
consumes: "application/json"; | ||
produces: "application/json"; | ||
schemes: HTTPS; | ||
name: "Apache-2.0" | ||
url: "https://github.com/openfga/openfga/blob/main/LICENSE" | ||
} | ||
} | ||
consumes: "application/json" | ||
produces: "application/json" | ||
schemes: HTTPS | ||
responses: { | ||
key: "400" | ||
value: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.