Skip to content

Commit

Permalink
feat: add response field
Browse files Browse the repository at this point in the history
  • Loading branch information
dusdjhyeon committed Oct 21, 2024
1 parent 16e7c8d commit 85f4fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/specification.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Request struct {
type RequestType struct {
Parameters []string `json:"parameters,omitempty"`
RequestBody *RequestBody `json:"request_body,omitempty"`
Response string `json:"response,omitempty"`
}

type RequestBody struct {
Expand Down

0 comments on commit 85f4fa5

Please sign in to comment.