{"id":52241,"library":"invopop-jsonschema","title":"jsonschema","description":"Package jsonschema uses reflection to generate JSON Schemas from Go types.","status":"active","version":"0.14.0","language":"go","source_language":null,"source_url":"https://github.com/invopop/jsonschema","tags":["json","schema","reflection","validation"],"install":[{"cmd":"go get github.com/invopop/jsonschema","lang":"bash","label":"Install github.com/invopop/jsonschema"}],"dependencies":[],"imports":[{"symbol":"jsonschema","correct":"github.com/invopop/jsonschema"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/invopop/jsonschema\"\n)\n\ntype MyStruct struct {\n\tName string `json:\"name\"`\n}\n\nfunc main() {\n\ts := jsonschema.Reflect(&MyStruct{})\n\tfmt.Println(s)\n}","lang":"go","description":"Generate a JSON Schema from a Go struct"},"warnings":[],"env_vars":null,"search_vec":"'generat':7 'go':11 'json':8,13 'jsonschema':1,3 'packag':2 'reflect':5,15 'schema':9,14 'type':12 'use':4 'valid':16","created_at":"2026-06-15T06:47:34.301400+00:00","updated_at":"2026-06-15T06:47:34.301400+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/invopop/jsonschema","github":"https://github.com/invopop/jsonschema","docs":"https://pkg.go.dev/github.com/invopop/jsonschema#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}