Skip to content

Commit

Permalink
feat: remove "excluded_patterns" from required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Jan 3, 2023
1 parent 5f8c135 commit 0fa20a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/validation/manifest/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const routesSchema = {

const functionConfigSchema = {
type: 'object',
required: ['excluded_patterns'],
required: [],
properties: {
excluded_patterns: {
type: 'array',
Expand Down

0 comments on commit 0fa20a9

Please sign in to comment.