[ 原始碼: golang-github-alecthomas-jsonschema ]
套件:golang-github-alecthomas-jsonschema-dev(0.0~git20210127.19bc6f2-1)
golang-github-alecthomas-jsonschema-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-alecthomas-jsonschema:
- [golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2-1.dsc]
- [golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2.orig.tar.xz]
- [golang-github-alecthomas-jsonschema_0.0~git20210127.19bc6f2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-go-playground-validator-v10-dev
- golang-gopkg-go-playground-validator.v8-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-bep-tmc-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