Skip to content

Commit

Permalink
The schema of Roster slots is an array not a string (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionslair committed Jun 6, 2023
1 parent 7401ea0 commit 8cf4e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Schema/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ public function baseResources()
'fields' => [
'StartTime' => 'UnixTimestamp',
'EndTime' => 'UnixTimestamp',
'Slots' => 'Array',
],
],
'RosterOpen' => [
Expand Down

0 comments on commit 8cf4e12

Please sign in to comment.