Skip to content

Commit

Permalink
style: Prettified fixture json (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
gratcliff authored and erunion committed Jan 24, 2020
1 parent 24ef305 commit 039ec4e
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions __tests__/fixtures/local-link.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"get": {
"operationId": "getUserByName",
"security": [
{
"cookieAuth": []
},
{
"bearerAuth": []
}
],
{
"cookieAuth": []
},
{
"bearerAuth": []
}
],
"parameters": [
{
"name": "username",
Expand Down Expand Up @@ -158,8 +158,8 @@
}
},
{
"$ref": "#/components/parameters/host"
}
"$ref": "#/components/parameters/host"
}
],
"responses": {
"200": {
Expand Down Expand Up @@ -336,34 +336,34 @@
}
},
"securitySchemes": {
"apiKey": {
"name": "X-API-KEY",
"type": "apiKey",
"in": "header"
},
"basicAuth": {
"type": "http",
"scheme": "basic"
},
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
},
"cookieAuth": {
"type": "apiKey",
"in": "cookie",
"name": "cookieSessionId"
}
},
"parameters": {
"host": {
"in": "header",
"name": "hostname",
"schema": {
"type": "string"
}
}
}
"apiKey": {
"name": "X-API-KEY",
"type": "apiKey",
"in": "header"
},
"basicAuth": {
"type": "http",
"scheme": "basic"
},
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
},
"cookieAuth": {
"type": "apiKey",
"in": "cookie",
"name": "cookieSessionId"
}
},
"parameters": {
"host": {
"in": "header",
"name": "hostname",
"schema": {
"type": "string"
}
}
}
}
}

0 comments on commit 039ec4e

Please sign in to comment.