Skip to content

Commit

Permalink
docs: add request schema into examples
Browse files Browse the repository at this point in the history
  • Loading branch information
eynopv committed Aug 15, 2024
1 parent 7076ce8 commit 29141d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/get.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/eynopv/lac/master/docs/json-schemas/request.schema.json",
"path": "${host}/get",
"method": "GET",
"variables": {
Expand Down
1 change: 1 addition & 0 deletions examples/post.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/eynopv/lac/master/docs/json-schemas/request.schema.json",
"path": "${host}/post",
"method": "POST",
"headers": {
Expand Down

0 comments on commit 29141d4

Please sign in to comment.