Skip to content

Commit

Permalink
Updated parent_period field to reflect correct datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
pnilan committed Jan 3, 2024
1 parent ce1f53e commit 92aade7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
"type": ["string", "null"]
},
"period": {
"type": ["integer", "null"]
"type": ["array", "null"],
"items": {
"type": ["integer", "null"]
}
}
}
}
Expand Down

0 comments on commit 92aade7

Please sign in to comment.