Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Dec 16, 2024
1 parent 4c1868b commit 1b3bbe8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/typeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@
}
},
"Argument": {
"description": "",
"description": "Describes arguments of the operation",
"type": "struct",
"properties": {
"in": {
"description": "The location where the value can be found either in the path, query, header or body. If you choose path, then your path must have a fitting variable path fragment",
"type": "string"
},
"schema": {
"description": "",
"description": "Schema of the JSON payload",
"type": "reference",
"target": "typeschema:PropertyType"
},
Expand All @@ -154,7 +154,7 @@
}
},
"Response": {
"description": "",
"description": "Describes the response of the operation",
"type": "struct",
"properties": {
"code": {
Expand All @@ -166,7 +166,7 @@
"type": "string"
},
"schema": {
"description": "",
"description": "Schema of the JSON payload",
"type": "reference",
"target": "typeschema:PropertyType"
}
Expand Down

0 comments on commit 1b3bbe8

Please sign in to comment.