[ ソース: 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