Skip to content

Commit 047af43

Browse files
author
SDKgen-Bot
committed
Type "Argument" (struct) description has changed from "" to "Describes arguments of the operation"
Property "Argument.schema" (reference) description has changed from "" to "Schema of the JSON payload" Type "Response" (struct) description has changed from "" to "Describes the response of the operation" Property "Response.schema" (reference) description has changed from "" to "Schema of the JSON payload"
1 parent edf25dc commit 047af43

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: model/argument.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package model
22

33
import "github.com/apioo/typeschema-model-go/model"
44

5+
// Describes arguments of the operation
56
type Argument struct {
67
ContentType string `json:"contentType"`
78
In string `json:"in"`

Diff for: model/response.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package model
22

33
import "github.com/apioo/typeschema-model-go/model"
44

5+
// Describes the response of the operation
56
type Response struct {
67
Code int `json:"code"`
78
ContentType string `json:"contentType"`

0 commit comments

Comments
 (0)