Skip to content

Commit

Permalink
Fix invalid calendar schema id
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Oct 8, 2024
1 parent 64284bd commit 09b227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social/calendar/v0.1.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://common.schemas.example.com/social/calendar/v0.1.0/schema.json",
"$id": "https://common.schemas.verida.io/social/calendar/v0.1.0/schema.json",
"title": "Calendar",
"titlePlural": "Calendars",
"description": "Calendar information",
Expand Down

0 comments on commit 09b227b

Please sign in to comment.