Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1965c19

Browse files
authoredJun 24, 2022
Merge pull request #23 from kaleido-io/metaschema-improvements
Add number to list of allowed JSON input types
2 parents afee4a3 + 7853112 commit 1965c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkg/fftypes/ffi_param_validator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ func (v *BaseFFIParamValidator) GetMetaSchema() *jsonschema.Schema {
7777
"enum": [
7878
"boolean",
7979
"integer",
80+
"number",
8081
"string",
8182
"array",
8283
"object"

0 commit comments

Comments
 (0)
Please sign in to comment.