Skip to content

Commit

Permalink
Merge pull request #5 from superfaceai/fix/example-validation
Browse files Browse the repository at this point in the history
fix: example validation
  • Loading branch information
Jakub-Vacek authored Sep 21, 2022
2 parents 6ab0ba4 + bf3437b commit d28aa14
Show file tree
Hide file tree
Showing 5 changed files with 76,230 additions and 3,093 deletions.
6 changes: 4 additions & 2 deletions examples/fromAutomaton/wttr-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"paths": {
"/{city}": {
"get": {
"tags": ["Current Weather Data"],
"tags": [
"Current Weather Data"
],
"summary": "Call current weather data for one location",
"description": "Access current weather data for any city.",
"operationId": "CurrentWeatherData",
Expand Down Expand Up @@ -199,4 +201,4 @@
}
}
}
}
}
Loading

0 comments on commit d28aa14

Please sign in to comment.