Skip to content

Commit

Permalink
Merge pull request #232 from ks734/optional_localtime_data
Browse files Browse the repository at this point in the history
Remove data field as required from localtime
  • Loading branch information
goruklu committed May 9, 2023
2 parents 86d9822 + 9bf2fe8 commit f2bc527
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bundle/runtime-schemas/defs-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@
"LocalTime": {
"type": "object",
"required": [
"required",
"data"
"required"
],
"properties": {
"required": {
Expand Down

0 comments on commit f2bc527

Please sign in to comment.