We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1bcff commit 54cad51Copy full SHA for 54cad51
1 file changed
README.md
@@ -70,6 +70,7 @@ JSON;
70
71
Load it
72
```php
73
+use Swaggest\JsonSchema\Schema;
74
$schema = Schema::import(json_decode($schemaJson));
75
```
76
0 commit comments