{"id":76076,"library":"juju-gojsonschema","title":"gojsonschema","description":"A Go implementation of JSON Schema validation.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/juju/gojsonschema","tags":["json","schema","validation","juju"],"install":[{"cmd":"go get github.com/juju/gojsonschema","lang":"bash","label":"Install github.com/juju/gojsonschema"}],"dependencies":[],"imports":[{"symbol":"gojsonschema","correct":"github.com/juju/gojsonschema"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/juju/gojsonschema\"\n)\n\nfunc main() {\n\tschema := gojsonschema.NewStringSchema(`{\"type\": \"object\"}`)\n\tdoc := gojsonschema.NewStringLoader(`{\"key\": \"value\"}`)\n\tresult, _ := schema.Validate(doc)\n\tfmt.Println(result.Valid())\n}","lang":"go","description":"Validate a JSON document against a schema."},"warnings":[],"env_vars":null,"search_vec":"'go':3 'gojsonschema':1 'implement':4 'json':6,9 'juju':12 'schema':7,10 'valid':8,11","created_at":"2026-06-17T19:24:24.967441+00:00","updated_at":"2026-06-17T19:24:24.967441+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/juju/gojsonschema","github":"https://github.com/juju/gojsonschema","docs":"https://pkg.go.dev/github.com/juju/gojsonschema#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}