-
-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openapi3filter: support deepObject with nested objects and array para…
…meters (#911) * support arrays * support for nested objects * update * dont check found on error and parse primitives * update * make delimiters internal * equal error * ParseError * additionalProperties attempt * clean * single delimiter * implement nested object array * extra test * FIXME - nested array type check * validate array item types - should refactor * extra index check * refactor * add tests * complete path for parse errors and remove panic * remove comment * full coverage on makeObject * exit early on parse error
- Loading branch information
Showing
2 changed files
with
365 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.