Skip to content

Commit

Permalink
fix: replace "items" with "additionalProperties" (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Jan 11, 2023
1 parent e52884d commit 0fc76b7
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 @@ -73,7 +73,7 @@ const edgeManifestSchema = {
},
import_map: { type: 'string' },
bundler_version: { type: 'string' },
function_config: { type: 'object', items: functionConfigSchema },
function_config: { type: 'object', additionalProperties: functionConfigSchema },
},
additionalProperties: false,
}
Expand Down

0 comments on commit 0fc76b7

Please sign in to comment.