Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features. Load schema from json-array #25

Closed
cia1 opened this issue Apr 24, 2019 · 0 comments
Closed

Features. Load schema from json-array #25

cia1 opened this issue Apr 24, 2019 · 0 comments

Comments

@cia1
Copy link
Contributor

cia1 commented Apr 24, 2019

I have already loaded schema from a file. Now I want to run validator. For that I have to load schema from a file again.
It will be excelent:

/**
 * Class HKarlstrom\Middleware\OpenApiValidation.php
 * @param string|array $filename
*/
OpenApiValidation::__construct($filename, array $options = [])

So, I can write somthing like this:

$schema = json_decode(file_get_contents($fileName));
$validator = new OpenApiValidation($schema)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants