Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: adjust test after jsonschema update 1
The action_params schema defines the "type" property as: anyOf: [{enum: [string, object, ...]}] jsonschema v2.6.0 reported the anyOf error "matched none of the schemas" jsonschema v3.2.0 is a bit more helpful by reporting the underlying enum error. I also looked at removing the anyOf (since there is only one entry), but the anyOf makes it easier to compare our action_params schema with the draft4 schema to make the differences very clear.
- Loading branch information