JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 379,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 190622
},
"pushed_at": "2026-05-22T13:13:44Z",
"created_at": "2025-08-05T14:07:04Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T07:26:34Z",
"description": "The Go library for JSON Schema. An official Google project providing a comprehensive toolkit for validation, reflection, and schema construction.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://opensource.google/",
"name": "Google",
"type": "Organization",
"login": "google",
"company": null,
"location": "United States of America",
"followers": 76067,
"avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4",
"created_at": "2012-01-18T01:30:18Z",
"is_verified": null,
"public_repos": 2888,
"account_age_days": 5305
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2026-04-27T20:22:46Z"
},
{
"tag": "0.4.3",
"kind": "patch",
"published_at": "2026-04-24T13:01:18Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2025-12-19T13:33:09Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-12-17T19:40:25Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-09-22T18:31:43Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2025-09-12T14:59:06Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2025-09-10T20:12:02Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2025-09-09T08:52:16Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-08-07T18:26:55Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-08-07T18:13:10Z"
}
],
"recent_commits": [
{
"oid": "794ce5e429b22f05aee47a62f9151c1e7b54fd22",
"body": "If a property contains a ref and not a default, use the ref's default. If the property has a default, ignore the ref's.",
"is_bot": false,
"headline": "resolve default through ref unless default exists at same level (#69)",
"author_name": "Joel Wetzell",
"author_login": "jwetzell",
"committed_at": "2026-05-22T13:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c4ab4f02ef64dcea5502e47a6113e8292944087",
"body": "Accept a non-string key for a map if it implements the `encoding.TextMarshaler`\ninterface. This should comply with the standard library behaviour:\n\n> The map's key type must either be a string, an integer type, or implement\n> encoding.TextMarshaler.\n\nhttps://pkg.go.dev/encoding/json#Marshal",
"is_bot": false,
"headline": "fix: infer - support map with non-string key type (#70)",
"author_name": "Rafael Dantas Justo",
"author_login": "rafaeljusto",
"committed_at": "2026-04-17T16:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd57428bbbea55d718267fa5b20bbb59b4f9fbd",
"body": "Include all the sub-errors.",
"is_bot": false,
"headline": "improve anyOf errors (#61)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-12-19T21:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5cd592dc4a48fa0a43967fd6f076eec3824ac13",
"body": "Fix of #59.",
"is_bot": false,
"headline": "marshal empty properties map as empty object (for real) (#60)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-12-19T13:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d9e928c49d40660d615a00d5a2eb4552ddecc0",
"body": null,
"is_bot": false,
"headline": "Fix to ForOptions documentation (#58)",
"author_name": "João Westerberg",
"author_login": "baptmont",
"committed_at": "2025-12-18T19:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48061feb4e5004eb15eede7383a1c4baf9c80dd4",
"body": "Some MCP clients want a \"properties\" keyword on a tool schema, even\nif it is empty.\nFor an example, see https://github.com/golang/go/issues/76777.\n\nThis PR makes an empty map in Schema.Properties marshal as \"{}\" instead\nof omitting it.\n\nTechnically, this is a breaking change, but it is extremely unlikely\nthat it will matter to anyone (except in a good way).",
"is_bot": false,
"headline": "marshal empty properties map as empty object (#59)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-12-18T18:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb36139dae1deb596c1c7a3d62e128fcee0b3ebb",
"body": "Add PropertyOrder to inference.\n\nMarshal follows PropertyOrder.",
"is_bot": false,
"headline": "Add PropertyOrder (#51)",
"author_name": "João Westerberg",
"author_login": "baptmont",
"committed_at": "2025-12-11T19:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c637589a550b2e37e7ff63b150c43b3627d8eab",
"body": "We cannot reliably apply schema defaults to structs.\n\nWe do not know if a struct field was missing in the JSON, or was present\nwith its zero value. In the latter case, we could overwrite a legitimate\nvalue with a non-zero default.",
"is_bot": false,
"headline": "do not support ApplyDefaults on structs (#57)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-12-05T20:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3861692c3de8db400a7fcd08715e3ef037841d",
"body": "Work around encoding/json pointer-receiver bugs\n(golang/go#22967, golang/go#33993, golang/go#55890)\n\n* Fix inconsistent JSON marshaling by using value receiver for Schema.MarshalJSON\n\n* Add TestMarshalJSONConsistency to verify consistent JSON marshaling across all storage patterns",
"is_bot": false,
"headline": "jsonschema: use value receiver for Schema.MarshalJSON (#52)",
"author_name": "zyfx",
"author_login": "zyfxgo",
"committed_at": "2025-12-05T20:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a93dca6d937ad4d24d28cd35d045d75ff1a7ab",
"body": "* fix: infer - arrays should always accept null\n\nWhen building the JSON schema for an array we should always allow \"null\" since\nany slice in Go can contain a `nil` value.\n\nResolves #48\n\n* Restrict changes to slices and not arrays\n\n* Lock behaviour change behind environment variable and add documenta\n[…]\nck\n\n* Improve documentation [1]\n* Improve test coverage [2]\n\n[1] https://github.com/google/jsonschema-go/pull/49/files#r2566502953\n[2] https://github.com/google/jsonschema-go/pull/49/files#r2542591518",
"is_bot": false,
"headline": "fix: infer - arrays should always accept null (#49)",
"author_name": "Rafael Dantas Justo",
"author_login": "rafaeljusto",
"committed_at": "2025-12-02T23:45:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b775219f89ea8fa162da7a8794c52f85d7d17a76",
"body": "We don't validate against structs.",
"is_bot": false,
"headline": "remove struct from validate doc (#54)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-12-02T14:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39392592d6cc658de6a2d280e291f06ef2fb3706",
"body": "Document that an optional field can be marked \"omitzero\", as well\nas \"omitempty\".",
"is_bot": false,
"headline": "doc omitzero for inference (#55)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-12-02T14:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a387e3b9757466bedf13f41d8504784c335018",
"body": "Add draft7 support, separate dependecies field, separate id behavior into id and anchor, ignore other properties of ref objects.\n\n---------\n\nCo-authored-by: Jim Clark <slimslenderslacks@gmail.com>",
"is_bot": false,
"headline": "Add Draft 07 support (#50)",
"author_name": "João Westerberg",
"author_login": "baptmont",
"committed_at": "2025-11-20T20:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2196fedd778dfb94094da888f59e631b4d3f3992",
"body": "When providing a struct containing an attribute where the type is a pointer to a\nnon-native type, the infer analysis wouldn't set the output schema type as\nnullable for this attribute.\n\nExample:\n\n```go\ntype example struct {\n\tValue *time.Time `json:\"value\"`\n}\n\nfunc main() {\n\tschema, err := jsonschema\n[…]\n{\"value\":{\"type\":[\"null\",\"string\"]}},\"additionalProperties\":false}\n```\n\nResolves #41\n\n[1] https://github.com/google/jsonschema-go/blob/3ba200528d086ef03a2d8e8d4f7d7146400e342f/jsonschema/infer.go#L114",
"is_bot": false,
"headline": "fix: infer - missing nullable type for non Go types (#42)",
"author_name": "Rafael Dantas Justo",
"author_login": "rafaeljusto",
"committed_at": "2025-11-07T22:09:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad34a931e77508dc3d8c9a8abc92ec089001c7cf",
"body": "Fixes #44",
"is_bot": false,
"headline": "Check for nil options in ForType",
"author_name": "Sayed Mustafa Hussaini",
"author_login": "naivary",
"committed_at": "2025-11-03T22:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "631190573d41f87935456168184bce49b56ee415",
"body": "Fixing issue https://github.com/google/jsonschema-go/issues/39",
"is_bot": false,
"headline": "Update README.md (#43)",
"author_name": "Karol Piotrowicz",
"author_login": "karolpiotrowicz",
"committed_at": "2025-10-30T15:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba200528d086ef03a2d8e8d4f7d7146400e342f",
"body": "Apply defaults from nested schemas.",
"is_bot": false,
"headline": "add nested subschema defaults (#38)",
"author_name": "thefishhat",
"author_login": "thefishhat",
"committed_at": "2025-10-17T18:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a1c83caa70ed10357ed55590e626337f8b7ed9",
"body": "When a type with a custom schema is embedded, honor its customization by taking (a clone of) its custom properties.\n\nFor now, disallow any keyword on the embedded struct other than \"type\" and \"properties\". It's unclear how other keywords should be treated.\n\nFixes #17.",
"is_bot": false,
"headline": "jsonschema: handle embedding of custom schemas (#32)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-09-24T19:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c5e542a39c22b44b0a54683416fef0f484eda3",
"body": "Update build matrix to use 1.25.",
"is_bot": false,
"headline": "add CI (#31)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-09-23T12:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f20a39ffa15c8b78340f2ffc799732c82e1c975a",
"body": null,
"is_bot": false,
"headline": "Add range limits to inferred Schemas of int types. (#30)",
"author_name": "João Westerberg",
"author_login": "baptmont",
"committed_at": "2025-09-23T11:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1c0a444354ea4483a9bfe5322454a45a5e8eab",
"body": "BREAKING CHANGE\n\nThe key of ForOptions.TypeSchemas cannot be a value of the type,\nbecause some types can't be map keys.\n\nSo change it to reflect.Type.\n\nFixes #26.",
"is_bot": false,
"headline": "jsonschema: change TypeSchemas key to reflect.Type (#29)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-09-22T18:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08864c65371affc40f8fd4aa14249ce35143bca",
"body": "Validating directly against a struct has problems (see #23).\nWe could marshal it to JSON and then unmarshal to a map[string]any,\nbut that is a performance footgun.\nHave it fail for now.\nWe can add it back later if we choose to.\n\nFor #23.",
"is_bot": false,
"headline": "make struct validation fail (#28)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-09-22T14:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da386cb870ca2edf4f4caf1a2503f9f5c9ff998",
"body": "Profiling revealed that calls to Equal in validate were very expensive.\nOptimize the check for the false schema.\n\nAlso, add a system for asserting on error messages in test data.\n\nUpdates #20",
"is_bot": false,
"headline": "jsonschema: faster checks for the false schema (#25)",
"author_name": "Robert Findley",
"author_login": "findleyr",
"committed_at": "2025-09-17T20:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbdc431016d2c10befb2a5ee1d25fdcae3aaa4f7",
"body": "…ors (#21)\n\nAdd a couple fixes necessary for modelcontextprotocol/go-sdk#447:\n - Allow applying defaults to dynamic values, such as encountered in\n map[string]any .\n - Improve the error message when additionalProperties is disallowed\n This is a common error, and was completely inscrutable.",
"is_bot": false,
"headline": "jsonschema: support applying defaults to interface values; better err…",
"author_name": "Robert Findley",
"author_login": "findleyr",
"committed_at": "2025-09-11T20:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d0b5700e65653fa7ac4c647938d51ef05d61f1",
"body": "This PR fixes an issue where embedded structs were not being\nflattened like encoding/json does. It now treats these embedded\nstructs correctly.\n\nFor modelcontextprotocol/go-sdk#437",
"is_bot": false,
"headline": "infer: flatten embedded structs (#14)",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-09-10T19:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d3a7746ff836d58aa5dca1018c83e9dabe267d0",
"body": null,
"is_bot": false,
"headline": "Update README.md to call Go Go, rather than GO (#11)",
"author_name": "Yuri",
"author_login": "yurivish",
"committed_at": "2025-08-28T14:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "748c325cec769ea5fa672adaa6fb5bc8e3d10ddb",
"body": "The intial map of schemas should not be modified during inference.\nThe schemas that get created during the walk may have keywords set,\nlike \"description\", that should not appear elsewhere in the parent.\n\nWe don't need to add to the schemas map to detect cycles: we already\nhave `seen` for that.",
"is_bot": false,
"headline": "don't record schemas in map during inference (#9)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-08-25T17:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37f539ba615f4f1d974abd816b75a82e41984a66",
"body": "Our Open Source experts said it was okay to change the authors line with\napproval from all previous authors.\n\nRequires LGTM from: samthanawalla, jba, findleyr, cuishuang,\nalbertsundjaja, prattmic.",
"is_bot": false,
"headline": "LICENSE: update authors to JSON Schema Go Project Authors (#8)",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-15T14:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c51f11abc0ceb89887c6e6b1db20d22cac8f86f9",
"body": null,
"is_bot": false,
"headline": "improve docs (#7)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-08-13T17:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b5a0c7cd7aa2b25c3df6c33fd862885f3626e15",
"body": null,
"is_bot": false,
"headline": "downgrade go.mod to 1.23.0",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-07T18:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "828f7f2a1938c07b064099fcacdcb42c96d6537a",
"body": null,
"is_bot": false,
"headline": "Update issue templates",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-07T18:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40125844c0e7f66dc62a3e10a18bb089531b404d",
"body": null,
"is_bot": false,
"headline": "Create test.yml",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-07T18:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b55ea392576f5c1450eaff2ab840764016f6332",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-07T16:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48b98a68af76dd53034726451997bcd3e0f446b",
"body": null,
"is_bot": false,
"headline": "jsonschema: move LICENSE and README to top level",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-07T14:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43747ceb08d3feee3fc499745d63c6de906b91ba",
"body": null,
"is_bot": false,
"headline": "all: add go.mod and go.sum file",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-07T14:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e992e126243daf697716f154de7e38d954da24f",
"body": "jsonschema depends on wrapf in mcp/util.go, copy this into jsonschema\nfor the code move.",
"is_bot": false,
"headline": "jsonschema: copy wrapf into jsonschema/util.go (#254)",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-06T17:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8bfef27bd5dbfdcdb336ae435f4727affe38920",
"body": "This CL effectively removes any dependencies on mcp from jsonschema.\nThis will enable us to move the repo.\nThis CL also deletes unused marshalStructWithMap and\nunmarshalStructWithMap which had a dependency on FieldJSONInfo.\n\nFixes: #250",
"is_bot": false,
"headline": "internal/util: move FieldJSONInfo into jsonschema/util (#251)",
"author_name": "Sam Thanawalla",
"author_login": "samthanawalla",
"committed_at": "2025-08-06T16:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867e71edc1262e465d7f852458fdaa35a0701779",
"body": "Marshal the empty schema to true, and its negation to false.\n\nThis is technically a breaking behavior change, but a properly written\nconsumer of JSON Schema will not notice.\n\nFor #244.\n\nFixes #230.",
"is_bot": false,
"headline": "jsonschema: marshal to bools (#247)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-08-06T15:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc4bc848f1d764cc57bcf973b5b8b8913e5bc5e5",
"body": "Add ForType, which is like For but takes a reflect.Type.\n\nFixes #233.",
"is_bot": false,
"headline": "jsonschema: add ForType function (#242)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-08-05T20:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e882a9ef8a58901a6910ecacf599a5f2dc5fd5",
"body": "- Add ForOptions to hold options for schema inference.\n\n- Replace ForLax with ForOptions.IgnoreBadTypes.\n\n- Add an option to provide schemas for arbitrary types.\n\n- Provide a default mapping from types to schemas that includes stdlib\ntypes with MarshalJSON methods.\n\n- Add Schema.CloneSchemas. This is needed to make copies of the schemas\nin the above map: a schema cannot appear twice in a parent schema,\nbecause schema addresses matter when resolving internal references.",
"is_bot": false,
"headline": "jsonschema: options for inference (#185)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-08-04T14:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8414193298789bb43f209423239b5e0f5ab7789e",
"body": "Add ForLax[T], which ignores invalid types in schema inference instead\nof returning an error.\n\nThis allows additional customization of a schema after inference does\nwhat it can.\n\nFor example, an interface type where all the possible implementations\nare known can be described with \"oneof\".\n\nFor #136.",
"is_bot": false,
"headline": "jsonschema: inference ignores invalid types (#147)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-07-21T15:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f2178e0a03fb105f07ebdcc4c24d08c575dc987",
"body": "Move schema state that depends on resolution into the Resolved struct.\nThe remaining unexported schema fields are dependent only on the schema\nitself and its sub-schemas.\n\nNow a schema can be resolved multiple times, as itself or as part of\nother schemas.\n\nFixes #84.",
"is_bot": false,
"headline": "jsonschema: make schema state independent of resolve arguments (#85)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-07-21T14:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1862de6cd86fd46e68d2af4c151002551eccebb4",
"body": "Without this, not only is the one link not valid, the entire section is\nconsidered invalid and none of the link references are used.",
"is_bot": false,
"headline": "jsonschema: add missing colon to link block (#126)",
"author_name": "Michael Pratt",
"author_login": "prattmic",
"committed_at": "2025-07-11T21:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54dc4ac1f9c6df1c543c217f1d5703a0d1fb5f7",
"body": "Improve the package documentation.\n\nAdd a README and LICENSE, anticipating the relocation of this package to\nits own module elsewhere.",
"is_bot": false,
"headline": "jsonschema: improve doc (#122)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-07-11T15:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f809b6cab4525497d3f73d5a3e5d5968cce85a",
"body": "Struct fields may have the \"jsonschema\" struct tag, which is used as the\ndescription of the property.\n\nFixes #47.",
"is_bot": false,
"headline": "jsonschema: support \"jsonschema\" struct tags (#101)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-07-10T17:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b6d273d4738f90604c4a67c95bfe3137ed18306",
"body": "This PR add cycle detection where it return error instead of waiting for\nstack overflow.\n\nThis is a fix for https://github.com/modelcontextprotocol/go-sdk/issues/77.\nThe root cause of the issue was the type being processed is deeply\nnested and has cycle. Hence, the heap memory growth is faster than the\nstack growth, it went OOM before stack overflow panic can kick in.",
"is_bot": false,
"headline": "jsonchema: add cycle detection (#97)",
"author_name": "Albert Sundjaja",
"author_login": "albertsundjaja",
"committed_at": "2025-07-10T12:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4df4ef18d755819513aad973beddeb420c6f492",
"body": "Explain why certain files are omitted from our tests.",
"is_bot": false,
"headline": "testdata: explain omitted test files (#106)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-07-08T18:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8916598a222caadc5796f8586db74242ab8c47",
"body": null,
"is_bot": false,
"headline": "jsonschema: improve Resolved.Validate doc (#81)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-07-01T14:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51a3ee235d9862f255e524a1f83519d22861ed9d",
"body": "Support additional (extra) keywords beyond those specified in the\n`Schema` type. The current behavior is additional keywords are dropped.\n\nTo follow up:\n\n- There are similar util functions in `mcp/util.go` which don't seem to\nbe used. Maybe we should move it to `internal/util` instead of\n`jsonchema/\n[…]\nhe [un]marshalStructWithMap from `mcp/util.go` and\nthere are requirements for the function to work properly but these are\nnot strictly checked e.g. need `json:\"-\"` tag for the Extra field.\n\nFixes #69.",
"is_bot": false,
"headline": "jsonchema: support additional keywords",
"author_name": "Albert Sundjaja",
"author_login": "albertsundjaja",
"committed_at": "2025-07-01T11:02:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4eb54f6e5e19d82d7fe4f872fe85fbcafb7c6327",
"body": "There's no evidence that it's needed.\n\nAlso, improve doc and error messages.",
"is_bot": false,
"headline": "jsonschema: unexport ForType (#71)",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-06-30T18:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "074a0057425ba73ebcb9fb1a1512b260f6210d41",
"body": "Add Wrapf, a function that helps with error wrapping.\n\nChange-Id: I102695f75e4d217e09f828f4723cbfcbbe83f887\nReviewed-on: https://go-review.googlesource.com/c/tools/+/679177\nReviewed-by: Robert Findley <rfindley@google.com>\nReviewed-by: Sam Thanawalla <samthanawalla@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "internal/mcp/internal/util: add Wrapf",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-06-09T15:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5810692e15d81c0ffcfdcbdc4329fd218b68b47c",
"body": "Do a thorough job of parsing json struct tags.\n\nMove the code to a place where both mcp and jsonschema can use it.\n\nChange-Id: I6c86308834706b12a1e22cd96ae120590f49d3f4\nReviewed-on: https://go-review.googlesource.com/c/tools/+/678757\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Robert Findley <rfindley@google.com>",
"is_bot": false,
"headline": "internal/mcp: unify json tag parsing",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-06-04T18:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c570e380a3db883b874eb4e42a08ac3454ebc6e9",
"body": "A tool now validates its input with its InputSchema.\n\nChange schema inference to allow explicit nulls for fields of\npointer type.\n\nWe assume the schema has no external references. For example, the\nfollowing schema cannot be handled:\n\n {\n \"$ref\": \"https://example.com/other.json\"\n }\n\nSchemas with\n[…]\newed-on: https://go-review.googlesource.com/c/tools/+/670676\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Robert Findley <rfindley@google.com>",
"is_bot": false,
"headline": "internal/mcp: validate tool input schemas",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-06-04T14:51:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "da1c15b22ec4ee02ea910c298d4f98de47d92178",
"body": "Change-Id: Icf388c48761f0ed504f45cd07e6d1662693b1e2e\nReviewed-on: https://go-review.googlesource.com/c/tools/+/677517\nReviewed-by: Alan Donovan <adonovan@google.com>\nAuto-Submit: Robert Findley <rfindley@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "internal/mcp: clean up diagnostics from Google import",
"author_name": "Rob Findley",
"author_login": "findleyr",
"committed_at": "2025-05-30T18:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8af920d63060808197ca70620f8c6dba3ff1e5d",
"body": "This CL handles only the limited case of defaults on properties.\n\nThis is just a start: I need to think more about defaults on other\nschema keywords, and I need to set defaults recursively.\n\nAs part of this work, I realized that the Schema.Default field is\nmore usable when represented as a json.RawM\n[…]\nools/+/676938\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Alan Donovan <adonovan@google.com>\nAuto-Submit: Jonathan Amsterdam <jba@google.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: apply schema defaults to an instance",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-29T00:36:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "03e3ccbcea59a3424fc7575eb2ba39f6b0fd2184",
"body": "Schemas must form a tree. This is important for Schema.Resolve, and\nalso for modifying parts of the schema before resolution, as with\nmcp SchemaOptions.\n\nRemove the `seen` argument from inference, creating all schemas\nafresh.\n\nChange-Id: Ief8295e8470f3f575ef51cc2ba697901250bbe6f\nReviewed-on: https:/\n[…]\nls/+/676937\nAuto-Submit: Jonathan Amsterdam <jba@google.com>\nReviewed-by: Hongxiang Jiang <hxjiang@golang.org>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: remove shared structure from schema inference",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-28T19:19:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e2c293adcafebe032de9c3810c96a5f8af7e04c9",
"body": "Optionally validate a schema's defaults when resolving it.\n\nWe simply walk the tree of schemas, validating each locally. This can't\nhandle dynamic references, which require maintaing the stack from the\nroot. It seems unlikely that a default would require one, however.\n\nSince there may be other optio\n[…]\nviewed-on: https://go-review.googlesource.com/c/tools/+/676395\nReviewed-by: Alan Donovan <adonovan@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: validate defaults",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-28T14:50:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0489872ee81d1b9971868310fc2aab6c4ccfb402",
"body": "Redo iteration. It was too subtle.\n\nWrite a separate recursive check for whether the schemas form a tree and\nhave any invalid nils.\n\nWhile doing that, assign paths to schemas for better error messages,\neven as we check structure. This also lets us detect re-occurring\nschemas without a separate map.\n\n[…]\nools/+/676376\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Alan Donovan <adonovan@google.com>\nAuto-Submit: Jonathan Amsterdam <jba@google.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: check for structure separately",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-28T14:47:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a0c4036f47d71bbdc8dd7ca48694223232d97c6",
"body": "Add a wrapf function to simplify defers that wrap errors.\n\nChange-Id: If4bedec7d3f56f609d3ca4620aebe7637a59f6bf\nReviewed-on: https://go-review.googlesource.com/c/tools/+/676475\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Alan Donovan <adonovan@google.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: generalize error wrapping",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-27T21:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c176c7c9a8a1cb119b37a82d7d7e5fdd42c6bd",
"body": "Validation errors now more clearly indicate the path from the root\nschema.\n\n- Enhance schema iteration to yield the path, and generalize it by using\n reflection.\n\n- Store each schema's path inside the schema.\n\n- Remove the path arg from validate: we don't need it anymore.\n\n- Improve the test for th\n[…]\nools/+/676375\nReviewed-by: Alan Donovan <adonovan@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nAuto-Submit: Jonathan Amsterdam <jba@google.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: clearer validations errors",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-27T20:58:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d092bb9aced0ca7b39b9fbfd2ad2508d32e7eb52",
"body": "Meta is a struct that contains a map[string]any, and a ProgressToken\nfield.\n\nEach Params and Result type has a Meta as a value field.\n\nMeta marshals and unmarshals specially, so the ProgressToken field\nbecomes part of the map. The marshalling code is generalized in\nanticipation of every Params and R\n[…]\ngoogle.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nAuto-Submit: Jonathan Amsterdam <jba@google.com>\nReviewed-by: Robert Findley <rfindley@google.com>",
"is_bot": false,
"headline": "internal/mcp: meta and progress token",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-27T19:53:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd24a693c3026baf2f243a293f07f06ff1b8afcc",
"body": "Validating a struct is ambiguous, because a zero field could be\nconsidered missing or present.\n\nInterpret a zero optional struct field in whichever way results in\nsuccess.\n\nChange-Id: I6a9474e6f6558d2a8522bc5ba0451967367e467d\nReviewed-on: https://go-review.googlesource.com/c/tools/+/675956\nReviewed-by: Alan Donovan <adonovan@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "internal/mcp: treat zero struct fields generously",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-24T11:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "120d5ccb019dd0def3f74a08e5e66ee6ed511ee4",
"body": "Change-Id: I8066b22cb87e09fb160de3b8ff2d8fdde6ec3dcf\nReviewed-on: https://go-review.googlesource.com/c/tools/+/675815\nReviewed-by: David Chase <drchase@google.com>\nAuto-Submit: Alan Donovan <adonovan@google.com>\nReviewed-by: Alan Donovan <adonovan@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "all: fix some function names and typos in comment",
"author_name": "cuishuang",
"author_login": "cuishuang",
"committed_at": "2025-05-23T17:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ecc86d1ec0d4cde748a0f541a5d463011b1538",
"body": "Document the package.\n\nChange-Id: I770c14d6339b75ea6827280c23171c3584dc1071\nReviewed-on: https://go-review.googlesource.com/c/tools/+/674977\nReviewed-by: Robert Findley <rfindley@google.com>\nReviewed-by: Alan Donovan <adonovan@google.com>\nAuto-Submit: Jonathan Amsterdam <jba@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "jsonschema: package doc",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-22T02:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa9860d089b9e6a16f2b663cb53b7c22865363a8",
"body": "Add additional fields to Schema which are mentioned in the spec but\ndo not affect validation.\n\nChange-Id: I89488261a00c207d01cd7fc59d782f43692fe528\nReviewed-on: https://go-review.googlesource.com/c/tools/+/674976\nReviewed-by: Alan Donovan <adonovan@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nAuto-Submit: Jonathan Amsterdam <jba@google.com>",
"is_bot": false,
"headline": "jsonschema: add more schema fields",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-22T00:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc4bff63f4a87ea6fe465114b02a0373f9ef6c95",
"body": "A dynamic reference is like a dynamic variable in a programming\nlanguage, with two twists:\n\n- There must be a dynamic anchor in lexical scope for the ref to\n resolve. (Think of it as declaring the dynamic variable.)\n\n- The ref resolves to the schema highest on the stack, not lowest.\n That feels od\n[…]\nools/+/674155\nAuto-Submit: Jonathan Amsterdam <jba@google.com>\nReviewed-by: Alan Donovan <adonovan@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "jsonschema: dynamic references",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-21T12:05:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5f3284e1679d471a1abdd2a22c76a5f5899e0a8",
"body": "Use pointers for the protocol's struct types, to future-proof against\nthem getting large.\n\nChange-Id: I55b204080a41c8140539697ba264e502e912e613\nReviewed-on: https://go-review.googlesource.com/c/tools/+/672575\nReviewed-by: Robert Findley <rfindley@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "internal/mcp: pointerize all the things",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-14T13:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df39cfb74f76d958bdd65011c878e1c8b8461dd",
"body": "When we check the root schema during resolution, first make sure\nits descendants form a tree.\n\nChange-Id: Icc430e7df463aa84b961c28616be567f98960430\nReviewed-on: https://go-review.googlesource.com/c/tools/+/670776\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Alan Donovan <adonovan@google.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: check that schemas form a tree",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-13T18:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6ee563a91029a4f777ad8302f3e38297095445e",
"body": "Support remote references.\nMost of the machinery was in place; we just had to define the\nright loader, copy files from the test repo, and download\nthe meta-schema files from json-schema.org.\n\nChange-Id: Ib588200ef0fa483641b9b53f9904f53b39dc4b82\nReviewed-on: https://go-review.googlesource.com/c/tools/+/670795\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Alan Donovan <adonovan@google.com>",
"is_bot": false,
"headline": "jsonschema: resolve remote references",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-13T18:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "238f21c9a1576b99a113c49c257f1cdd6f7a48c7",
"body": "Implement the $ref keyword, except for remote references (those\npointing outside the root schema).\n\nChange-Id: Ia5ca88464e62e9c613970d8d9fcd1512ab288934\nReviewed-on: https://go-review.googlesource.com/c/tools/+/670775\nReviewed-by: Alan Donovan <adonovan@google.com>\nAuto-Submit: Jonathan Amsterdam <jba@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "jsonschema: resolve refs",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-08T15:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ba9002d8f48ceb1ccb63deac65e761df0e85dc",
"body": "s.every now visits the entire subtree of schemas at s, not only the\nimmediate children of s.\n\nThis re-introduces a tower: now of closures instead of iterators.\nWe could remove it having everyChild call every recursively instead\nof returning, just passing f down all the way unwrapped.\nBut this is goi\n[…]\nviewed-on: https://go-review.googlesource.com/c/tools/+/670675\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Alan Donovan <adonovan@google.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: make Schema.every fully recursive",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-07T23:17:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0c528c5562b53de676adff4fd103842b5c07de4",
"body": "Implement enough of the JSON Pointer spec to suffice for JSON Schema.\n\nFor details, see the comment at the top of json_pointer.go.\n\nChange-Id: Ic297f1a1a08903b4b3c6666fe57ac1f45c96c0f7\nReviewed-on: https://go-review.googlesource.com/c/tools/+/670535\nReviewed-by: Alan Donovan <adonovan@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "jsonschema: implement JSON Pointers for schemas",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-07T16:31:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15eba50b168a4ba658bad700c155ae98ca7db858",
"body": "The instance passed to Resolved.Validate can be a struct, or can\ncontain structs. A struct is treated like the JSON object that it\nmarshals to.\n\nAlso support pointers to any depth. That is, if an instance is a **int,\nthen Validate will treat it like an int (or nil). That won't happen if\nthe instance\n[…]\nools/+/670395\nReviewed-by: Alan Donovan <adonovan@google.com>\nAuto-Submit: Jonathan Amsterdam <jba@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "internal/mcp/jsonschema: support validating structs",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-06T22:48:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25f0cf289b89124c844c11420e3d3e348c08aea6",
"body": "Change-Id: Ibe7d8df0a46d3e3a8b5d0651b1113a54e756c7df\nReviewed-on: https://go-review.googlesource.com/c/tools/+/669998\nReviewed-by: Alan Donovan <adonovan@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "jsonschema: resolve anchors",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-06T10:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6b363de5ded8a0c2eff17e4b389049c9c48790",
"body": "Assign a base URI to every schema.\n\nSee the comment on resolveURIs for details.\n\nChange-Id: I2332d825c486766832503cabdd0bf9d819171d53\nReviewed-on: https://go-review.googlesource.com/c/tools/+/669997\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Alan Donovan <adonovan@google.com>",
"is_bot": false,
"headline": "jsonschema: resolve URIs for $id",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-06T10:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c571d1617db15b249ce3f5882db61e589a8f5439",
"body": "The jsonschema package is part of of the API of the mcp package,\nso it should not be internal.\n\nChange-Id: I9520797837329fc2cda09c2f46ec4d48d031b9d3\nReviewed-on: https://go-review.googlesource.com/c/tools/+/669996\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Robert Findley <rfindley@google.com>",
"is_bot": false,
"headline": "internal/mcp: move jsonschema out of mcp/internal",
"author_name": "Jonathan Amsterdam",
"author_login": "jba",
"committed_at": "2025-05-05T20:17:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 40,
"latest_release_at": "2026-04-27T20:22:46Z",
"latest_release_tag": "v0.4.3",
"releases_from_tags": false,
"days_since_last_push": 67,
"active_weeks_last_year": 17,
"days_since_latest_release": 91,
"mean_days_between_releases": 29.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/google/jsonschema-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/google/jsonschema-go",
"is_deprecated": false,
"latest_version": "v0.4.3",
"repository_url": "https://github.com/google/jsonschema-go",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-04-17T16:08:09Z",
"latest_version_yanked": null,
"days_since_latest_publish": 101
}
]
},
"popularity": {
"forks": 35,
"stars": 467,
"watchers": 14,
"fork_history": {
"days": [
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-08-24",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
}
],
"complete": true,
"collected": 35,
"total_forks": 35
},
"star_history": null,
"open_issues_and_prs": 26
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 32750,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "0.7.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 29,
"open_issues": 17,
"closed_ratio": 0.514,
"closed_issues": 18,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jba",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/18483045?v=4"
},
{
"type": "User",
"login": "samthanawalla",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/17936816?v=4"
},
{
"type": "User",
"login": "baptmont",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/19804017?v=4"
},
{
"type": "User",
"login": "rafaeljusto",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/611469?v=4"
},
{
"type": "User",
"login": "findleyr",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/57144380?v=4"
},
{
"type": "User",
"login": "albertsundjaja",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/22909314?v=4"
},
{
"type": "User",
"login": "jwetzell",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/18341515?v=4"
},
{
"type": "User",
"login": "karolpiotrowicz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/18512408?v=4"
},
{
"type": "User",
"login": "prattmic",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1293187?v=4"
},
{
"type": "User",
"login": "naivary",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/62432217?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.605
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 9,
"reason": "Found 29/30 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 2,
"reason": "SAST tool is not run on all commits -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "794ce5e429b22f05aee47a62f9151c1e7b54fd22",
"ran_at": "2026-07-28T13:55:58Z",
"aggregate_score": 6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T17:07:13Z",
"oldest_open_prs": [
{
"number": 27,
"created_at": "2025-09-19T00:29:28Z",
"last_comment_at": "2026-04-07T16:25:12Z",
"last_comment_author": "mrsimonemms"
},
{
"number": 62,
"created_at": "2025-12-25T17:30:37Z",
"last_comment_at": "2026-03-15T08:09:23Z",
"last_comment_author": "constraintAutomaton"
},
{
"number": 64,
"created_at": "2026-01-23T01:10:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2026-01-31T22:46:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 66,
"created_at": "2026-02-20T18:54:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2026-04-28T11:32:39Z",
"last_comment_at": "2026-04-28T11:32:44Z",
"last_comment_author": "google-cla"
},
{
"number": 75,
"created_at": "2026-05-02T12:16:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2026-05-19T17:17:29Z",
"last_comment_at": "2026-06-22T17:09:35Z",
"last_comment_author": "jba"
},
{
"number": 79,
"created_at": "2026-06-29T10:37:07Z",
"last_comment_at": "2026-06-29T10:39:41Z",
"last_comment_author": "rafaeljusto"
}
],
"last_merged_pr_at": "2026-05-22T13:13:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 3,
"created_at": "2025-08-11T14:16:23Z",
"last_comment_at": "2025-12-25T21:42:08Z",
"last_comment_author": "AlekSi"
},
{
"number": 10,
"created_at": "2025-08-25T19:50:57Z",
"last_comment_at": "2025-08-30T13:52:16Z",
"last_comment_author": "jba"
},
{
"number": 13,
"created_at": "2025-09-05T22:11:33Z",
"last_comment_at": "2025-09-09T22:24:32Z",
"last_comment_author": "findleyr"
},
{
"number": 20,
"created_at": "2025-09-11T16:26:17Z",
"last_comment_at": "2025-09-11T20:12:01Z",
"last_comment_author": "findleyr"
},
{
"number": 23,
"created_at": "2025-09-16T17:06:58Z",
"last_comment_at": "2025-12-25T19:56:28Z",
"last_comment_author": "AlekSi"
},
{
"number": 24,
"created_at": "2025-09-16T22:59:26Z",
"last_comment_at": "2025-09-17T14:04:35Z",
"last_comment_author": "jba"
},
{
"number": 37,
"created_at": "2025-10-14T18:18:45Z",
"last_comment_at": "2025-10-30T17:13:15Z",
"last_comment_author": "victorvcruz"
},
{
"number": 46,
"created_at": "2025-11-05T05:12:16Z",
"last_comment_at": "2026-06-29T10:41:33Z",
"last_comment_author": "rafaeljusto"
},
{
"number": 47,
"created_at": "2025-11-06T22:41:51Z",
"last_comment_at": "2026-07-15T03:02:37Z",
"last_comment_author": "shuqingzai"
},
{
"number": 53,
"created_at": "2025-11-24T21:18:23Z",
"last_comment_at": "2026-05-18T20:20:14Z",
"last_comment_author": "jwetzell"
},
{
"number": 56,
"created_at": "2025-12-01T18:53:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2026-01-21T06:17:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 71,
"created_at": "2026-04-15T20:55:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 72,
"created_at": "2026-04-28T11:30:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2026-04-30T13:03:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2026-05-15T09:40:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 77,
"created_at": "2026-05-19T17:13:03Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/google/jsonschema-go",
"host": "github.com",
"name": "jsonschema-go",
"owner": "google"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 68,
"vitality": 62,
"community": 73,
"governance": 67,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 1,
"days_since_last_push": 67,
"active_weeks_last_year": 17
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 67 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 67
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 90,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.4.3",
"releases_from_tags": false,
"days_since_latest_release": 91,
"mean_days_between_releases": 29.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 91 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 91
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~29.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 29.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 67,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 67 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 67
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 73,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 35,
"stars": 467,
"watchers": 14,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "467 stars",
"points": 43.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 467
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "35 forks",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 35
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "14 watchers",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 14
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.605
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 60% of commits",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 29,
"open_issues": 17,
"closed_issues": 18,
"issue_closed_ratio": 0.514,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "51% of issues closed",
"points": 24,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 51
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/35 decided PRs merged",
"points": 31.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 35
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 29/30 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 76067,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "google",
"public_repos": 2888,
"account_age_days": 5305
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "76,067 followers of google",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 76067,
"login": "google"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2888 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 2888
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/google/jsonschema-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 101
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 101 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 101
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 68,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 29/30 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.934,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "71 of 76 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 71,
"sampled": 76
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 76",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 76
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 32750,
"source_files_sampled": 15,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:56:22.665805Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/google/jsonschema-go.svg",
"full_name": "google/jsonschema-go",
"license_state": "standard",
"license_spdx": "MIT"
}