From bef6b28bcc5caac0cc4205e8de195debad48ef56 Mon Sep 17 00:00:00 2001 From: Norbert Hartl Date: Sat, 1 Aug 2026 17:32:32 +0200 Subject: [PATCH] Update README build badge, remove stale bob-bench Test Status badge Build Status pointed at the long-dead Travis CI build; CI moved to GitHub Actions a while ago. The Test Status badge queried bob-bench.org with ci=travis-ci hardcoded in its URL - also stale, and removed rather than guessed at a GitHub-Actions equivalent for a third-party service whose current API isn't known here. Co-Authored-By: Claude Sonnet 5 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 18ed22b..10c8294 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # JSONSchema -[![Build Status](https://travis-ci.org/zweidenker/JSONSchema.svg?branch=master)](https://travis-ci.org/zweidenker/JSONSchema) -[![Test Status](https://api.bob-bench.org/v1/badgeByUrl?branch=master&hosting=github&ci=travis-ci&repo=zweidenker%2FJSONSchema&subNumber=1)](https://bob-bench.org/r/gh/zweidenker/JSONSchema) +[![Build Status](https://github.com/zweidenker/JSONSchema/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/zweidenker/JSONSchema/actions/workflows/build.yml) This is an implementation of [JSON Schema](https://json-schema.org/) for the [Pharo](http://pharo.org) language. It is used to define the structure and values of a JSON document, to validate a value against that structure, and to read/write values through it. A schema can also be externalized to JSON so it can be consumed by a third party.