[GH-ISSUE #566] Shields.io Json Endpoint Broke #410

Closed
opened 2026-02-25 23:42:21 +03:00 by kerem · 1 comment
Owner

Originally created by @onezero1010101 on GitHub (Oct 2, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/566

It would appear that Sheilds.io has changed the requirement for their json endpoint. Need to add the schemaVersion: 1 (now required, but missing from Healthchecks) I tested the json manually, and it works, but without it shows the "Custombadge Inaccessible"

Example from their site:
{
"schemaVersion": 1,
"label": "hello",
"message": "sweet world",
"color": "orange"
}

Originally created by @onezero1010101 on GitHub (Oct 2, 2021). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/566 It would appear that Sheilds.io has changed the requirement for their json endpoint. Need to add the schemaVersion: 1 (now required, but missing from Healthchecks) I tested the json manually, and it works, but without it shows the "Custombadge Inaccessible" Example from their site: { "schemaVersion": 1, "label": "hello", "message": "sweet world", "color": "orange" }
kerem closed this issue 2026-02-25 23:42:21 +03:00
Author
Owner

@cuu508 commented on GitHub (Oct 2, 2021):

Thanks for the report!

Somehow on Healthchecks.io it seems to still work without schemaVersion. But schemaVersion is listed as a required field in shields.io docs, so I'm adding it.

<!-- gh-comment-id:932730647 --> @cuu508 commented on GitHub (Oct 2, 2021): Thanks for the report! Somehow on Healthchecks.io it seems to still work without schemaVersion. But schemaVersion is listed as a required field in shields.io docs, so I'm adding it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#410
No description provided.