Kevin Horn
Kevin Horn
System package managers. You can do this with apt-get using something like: apt-get install = Though may not be what you think it is. A decent example here: http://blog.andrewbeacock.com/2007/03/how-to-install-specific-version-of.html I...
This same issue occurs with `anyOf`, e.g.: ```json "schema": { "anyOf": [ { "type": "string", "format": "date" }, { "type": "null" } ], } ``` which should also be valid...
This might be related to https://github.com/sphinx-contrib/openapi/issues/96 That issue has a possible workaround (the "experimental renderer") which I might try. @stephenfin I'll see if I can get a minimal example together.
+1 on anything that means I can stop tracking sunburnt's dependencies manually...