abiosoft / caddy-json-schema

JSON schema generator for Caddy v2
Apache License 2.0
135 stars 4 forks source link

allow to marshall "nullable" type #3

Closed ghostwheel42 closed 3 years ago

ghostwheel42 commented 3 years ago

The new http.handlers.map module allows a list of string or null to be specified as value of "output". This PR allows the json schema to be generated again. Fixes #2

Alex