Skip to content

Commit

Permalink
fix: Fix specification of required attributes in schema.json (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Oct 17, 2024
1 parent f5beed2 commit 059de08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sugar/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
}
},
"required": ["pre-run", "post-run"],
"required": [],
"additionalProperties": false
},
"groups": {
Expand Down Expand Up @@ -135,7 +135,7 @@
"additionalProperties": false
}
},
"required": ["config-path", "env-file", "services"],
"required": ["config-path", "services"],
"additionalProperties": false
}
},
Expand Down Expand Up @@ -167,7 +167,7 @@
}
}
},
"required": ["project-name", "config-path", "default", "available"],
"required": ["config-path", "available"],
"additionalProperties": false
}
},
Expand Down

0 comments on commit 059de08

Please sign in to comment.