Skip to content

feat: align action and package input schema with openwhisk#45

Merged
MichaelGoberling merged 2 commits intomasterfrom
align-input-spec-with-openwhisk
Mar 10, 2026
Merged

feat: align action and package input schema with openwhisk#45
MichaelGoberling merged 2 commits intomasterfrom
align-input-spec-with-openwhisk

Conversation

@MichaelGoberling
Copy link
Copy Markdown
Contributor

According to the Openwhisk spec, numbers, arrays, and null types are also allowed for action inputs, so added them to the schema

Also added package level inputs to the schema (This worked before, only because they were undocumented from the schema, and we don't have a strict additionalProperties: false on packages)

Openwhisk spec: https://github.com/apache/openwhisk-wskdeploy/blob/master/specification/html/spec_parameters.md#single-line-declaration-type-inferred

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@MichaelGoberling MichaelGoberling merged commit 9211274 into master Mar 10, 2026
11 checks passed
@MichaelGoberling MichaelGoberling deleted the align-input-spec-with-openwhisk branch March 10, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants