[ 源代码: golang-github-alecthomas-jsonschema ]
软件包:golang-github-alecthomas-jsonschema-dev(0.0~git20210127.19bc6f2-2)
golang-github-alecthomas-jsonschema-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-alecthomas-jsonschema:
- [golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2-2.dsc]
- [golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2.orig.tar.xz]
- [golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-go-playground-validator-v10-dev
- golang-gopkg-go-playground-validator.v8-dev
- golang-github-bep-tmc-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-creasty-defaults-dev
- golang-github-go-viper-mapstructure-dev
- golang-github-tendermint-go-wire-dev
- golang-github-vmihailenco-msgpack.v5-dev
- libmagicenum-dev
- golang-github-valyala-fastjson-dev
- golang-github-go-resty-resty-dev
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.
其他与 golang-github-alecthomas-jsonschema-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-iancoleman-orderedmap-dev
- Golang map where the keys keep the order that they're added
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package