Skip to content

Commit

Permalink
fix: added required field
Browse files Browse the repository at this point in the history
  • Loading branch information
chime3 committed Sep 9, 2024
1 parent 3ab7132 commit a6ce33c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion social/event/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"$ref": "https://core.schemas.verida.io/base/v0.1.0/schema.json"
},
{
"type": "object",
"properties": {
"status": {
"title": "Status",
Expand Down Expand Up @@ -136,7 +137,7 @@
}
}
},
"required": ["calendarId"]
"required": ["calendarId", "start"]
}
],
"$defs": {
Expand Down

0 comments on commit a6ce33c

Please sign in to comment.