William Cheng
|
b1564d8002
|
Fix UUID default value cast exception (swift5) (#16436)
|
2023-08-29 12:32:01 +01:00 |
|
William Cheng
|
6788f43af0
|
Better handling of Inline schema (#15682)
* skip allOf inline subschema created as $ref
* add option for fallback
* add back atleastonemodel
* add log
* update java, kotlin, js samples
* update tests
* fix native client test
* fix java client errors by regenerating test files
* clean up python
* clean up powershell
* clean up php
* clean up ruby
* update erlang, elixir
* update dart samples
* update ts samples
* update r, go samples
* update perl
* update swift
* add back files
* add back files
* remove outdated test files
* fix test
|
2023-06-11 15:35:58 +08:00 |
|
Nathan Baulch
|
9f1fa0e440
|
Fix another batch of spelling typos (#13915)
* Fix typos
* Remove repeated words
* Minor grammar fixes
|
2022-11-07 21:30:24 +08:00 |
|
Thibault Duperron
|
1b65ef38f5
|
Update dependecies for CVE (#13834)
* Update dependecies for CVE
fix #13772
* Fix schemas
|
2022-10-31 10:55:11 +08:00 |
|
Justin Black
|
43375b9392
|
Upgrades swagger parser to 2.1.1, allows ingestion of 3.1.0 specs (#13133)
* Upgrades swagger-parser
* Removes additional property and halting of spec processing
* Updates tests
* Docs updated
|
2022-09-17 08:33:47 -07:00 |
|
William Cheng
|
ad3b5f7045
|
[Inline model resolver] various improvements (#12293)
* better handling of requestbody in the inline resolver
* remove commented code
* better request body naming
* fix unique naming
* minor code format change
* removed additional underscore from names, fix test
* more fixes, update tests
* fix all tests
* undo changes to default codegen
* update samples
* update python tests
* add new files
* update samples
|
2022-05-10 17:13:57 +08:00 |
|
William Cheng
|
5d8b80a5cd
|
[Java] rename x-contentType to x-content-type (#11895)
* rename x-contentType to x-content-type
* undo changes
|
2022-03-18 09:50:42 +08:00 |
|
William Cheng
|
b6c445cdc3
|
update swagger core, jackson to newer version (#11545)
|
2022-02-08 13:31:20 +08:00 |
|
Nathan Baulch
|
5d68bd6a03
|
Fix thousands of spelling typos (#10272)
|
2021-08-28 22:58:24 +08:00 |
|
Oleh Kurpiak
|
f0b9e21b6b
|
[Java] fix generation for JavaTimeFormatter (#8348)
* [Java] fix generation for JavaTimeFormatter
* [Java] fix generation for JavaTimeFormatter
* [Java] fix generation for JavaTimeFormatter
* [Java] fix generation for JavaTimeFormatter
* [Java] fix generation for JavaTimeFormatter
* [Java] fix generation for JavaTimeFormatter
* [Java] fix generation for JavaTimeFormatter
* [Java] fix generation for JavaTimeFormatter
* [Java] fix generation for JavaTimeFormatter
|
2021-01-29 11:22:37 +08:00 |
|