Skip to content

Commit

Permalink
Merge pull request #23 from kaleido-io/metaschema-improvements
Browse files Browse the repository at this point in the history
Add number to list of allowed JSON input types
  • Loading branch information
peterbroadhurst authored Jun 24, 2022
2 parents afee4a3 + 7853112 commit 1965c19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fftypes/ffi_param_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func (v *BaseFFIParamValidator) GetMetaSchema() *jsonschema.Schema {
"enum": [
"boolean",
"integer",
"number",
"string",
"array",
"object"
Expand Down

0 comments on commit 1965c19

Please sign in to comment.