{"id":43921739,"url":"https://github.com/yu-icchi/go-jsonschema-validator","last_synced_at":"2026-02-06T22:33:58.220Z","repository":{"id":71999061,"uuid":"99367165","full_name":"yu-icchi/go-jsonschema-validator","owner":"yu-icchi","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-02T16:48:25.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-29T16:37:52.007Z","etag":null,"topics":["go-library","golang","json-schema","jsonschema","validator"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yu-icchi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-04T17:50:29.000Z","updated_at":"2025-11-26T02:50:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f17803e-9f71-48b2-b30b-fdc6324080af","html_url":"https://github.com/yu-icchi/go-jsonschema-validator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yu-icchi/go-jsonschema-validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-icchi%2Fgo-jsonschema-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-icchi%2Fgo-jsonschema-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-icchi%2Fgo-jsonschema-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-icchi%2Fgo-jsonschema-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yu-icchi","download_url":"https://codeload.github.com/yu-icchi/go-jsonschema-validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-icchi%2Fgo-jsonschema-validator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go-library","golang","json-schema","jsonschema","validator"],"created_at":"2026-02-06T22:33:56.698Z","updated_at":"2026-02-06T22:33:58.210Z","avatar_url":"https://github.com/yu-icchi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-jsonschema-validator\n\n[![Build Status](https://travis-ci.org/yu-ichiko/go-jsonschema-validator.svg?branch=master)](https://travis-ci.org/yu-ichiko/go-jsonschema-validator)\n\nsupported draft 4 and draft 6\n\n```go\ntype Sample struct {\n\tName string   `json:\"name\" jsonschema:\"pattern:[a-zA-Z0-9],maxLength:20\"`\n\tAge  int      `json:\"age\" jsonschema:\"minimum:0,maximum:20\"`\n}\n\nsample := Sample{\n\tName: \"test\",\n\tAge:  10,\n}\n\nvalidator := jsonschema.NewValidator()\nvalidator.AddFormat(\"my-format\", func(value *reflect.Value, field *reflect.StructField) (err error) {\n\t...\n\treturn\n})\nerr := validator.Validate(sample)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyu-icchi%2Fgo-jsonschema-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyu-icchi%2Fgo-jsonschema-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyu-icchi%2Fgo-jsonschema-validator/lists"}