Open
Description
I have a JSON file with embedded schemas in the definitions
object. Is it possible to test for those schemas straight with match_json_schema()
?
Neither match_json_schema('openapi#/definitions/SomeSchema')
or match_json_schema('openapi.json#/definitions/SomeSchema')
are seem to work, so now I have to manually create separate files for each schema of my definitions before I run tests.
Metadata
Metadata
Assignees
Labels
No labels