Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Sep 4, 2024
2 parents 65e9690 + e67cc6f commit c94f16a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions social/calendar/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"description": "Description of the calendar",
"type": "string"
},
"timeZone": {
"timezone": {
"type": "string",
"description": "UTC offset format",
"pattern": "^([+-](?:2[0-3]|[01][0-9]):[0-5][0-9])$",
Expand All @@ -63,7 +63,6 @@
}
},
"required": [
"name",
"timezone"
]
}
Expand Down
6 changes: 3 additions & 3 deletions social/event/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"type": "string",
"format": "date"
},
"timeZone": {
"timezone": {
"type": "string",
"description": "UTC offset format",
"pattern": "^([+-](?:2[0-3]|[01][0-9]):[0-5][0-9])$",
Expand All @@ -93,7 +93,7 @@
"type": "string",
"format": "date"
},
"timeZone": {
"timezone": {
"type": "string",
"description": "UTC offset format",
"pattern": "^([+-](?:2[0-3]|[01][0-9]):[0-5][0-9])$",
Expand Down Expand Up @@ -142,7 +142,7 @@
}
}
},
"required": ["name", "calendarId", "start.date", "end.date"]
"required": ["calendarId", "start.date", "end.date"]
}
],
"$defs": {
Expand Down

0 comments on commit c94f16a

Please sign in to comment.