Mathew Polzin
|
5433dddc81
|
Add support for 'const' via OpenAPI 3.0 workaround suggested by others: Use 'enum' with one value. Add Sampleable support for requesting samples representing 'success' and 'failure' if available.
|
2019-01-21 22:47:03 -08:00 |
|
Mathew Polzin
|
1ec4b21c34
|
Add missing case in Sampleable generic OpenAPINode implementation. Add info on new auxiliary frameworks to the README.
|
2019-01-20 19:18:10 -08:00 |
|
Mathew Polzin
|
15e13e2cc7
|
Remove unused error and add a bit of code documentation
|
2019-01-20 18:54:37 -08:00 |
|
Mathew Polzin
|
2de6580519
|
Add some tests around Attribute OpenAPI descriptions
|
2019-01-20 18:18:35 -08:00 |
|
Mathew Polzin
|
1ed34b00dc
|
Add todos for Entity Id and type. Add example usage of OpenAPI entity schema support in Playground
|
2019-01-20 16:10:31 -08:00 |
|
Mathew Polzin
|
dc42ec27fc
|
Not crazy about how I got there, but now it is relatively easy to print arbitrary enum's allCases as the list of possible values in the format specced out by OpenAPI.
|
2019-01-20 15:39:54 -08:00 |
|
Mathew Polzin
|
cf746e182f
|
currently in a pretty broken state with support for enumerations being turned into allowed values via reflection. I think I am going to have to give up type safety if I want to use reflection and keep things open ended
|
2019-01-19 15:30:09 -08:00 |
|