You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ the request body and response body against the schema.
9
9
10
10
* Early version: Bugs most likely exist. Bug fixes welcome and more test cases very welcom. :-)
11
11
* So far only tested with Open API specifications in v3
12
+
* Does not (yet?) validate headers
13
+
* Does not (really) validate path params, but supports them
12
14
* This library does not validate the Open API specification itself. I suggest you use another tool for this for now.
13
15
14
16
## Getting started
@@ -70,6 +72,8 @@ Start the function app by running the VScode launch configuration `Debug Functio
70
72
Then send some requests to the API, for example:
71
73
`curl -X POST -H "Content-Type: application/json" -d '{"name":"hi"}' http://localhost:7071/api/users`
72
74
73
-
## License
75
+
## License and Attribution
74
76
75
77
The scripts and documentation in this project are released under the [MIT License](LICENSE)
78
+
79
+
Some of the validation test cases are based on the tests from [openapi-request-validator](`https://github.com/kogosoftwarellc/open-api/tree/main/packages/openapi-request-validator`) by Kogo Software LLC released under MIT.
0 commit comments