Binary package “golang-github-alecthomas-jsonschema-dev” in ubuntu mantic

Generate JSON Schemas from Go types (library)

 This package generates JSON Schemas from Go types through reflection.
 .
 It supports:
    * Arbitrarily complex types, including interface{}, maps, slices, etc.
    * Json-schema features such as minLength, maxLength, pattern, format, etc.
    * Simple string and numeric enums.
    * Custom property fields via the jsonschema_extras struct tag.