https://github.com/shaddix/nswag-njsonschema
https://github.com/shaddix/nswag-njsonschema
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shaddix/nswag-njsonschema
- Owner: Shaddix
- Created: 2023-03-28T16:53:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T18:01:08.000Z (over 1 year ago)
- Last Synced: 2025-04-03T03:33:27.402Z (7 months ago)
- Language: C#
- Size: 264 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nswag-portable
[](https://www.npmjs.org/package/nswag-portable) [](https://www.npmjs.org/package/nswag-portable) [](https://opensource.org/licenses/MIT)
This project builds [NSwag](https://github.com/RicoSuter/NSwag) in self-contained mode, so it could be used without installing .NET.
Notice, that we build NSwag and NJsonSchema from NON-OFFICIAL repositories:
- NSwag: https://github.com/mccsoft/NSwag
- NJsonSchema: https://github.com/mccsoft/NJsonSchemaThese repositories contains fixes for:
- Correct handling of `OneOf` statements (when there are more than one of them).
- Handling of JSON-serialized Query parameters (https://swagger.io/docs/specification/describing-parameters/#schema-vs-content)