We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caea74 commit 9ebc5c3Copy full SHA for 9ebc5c3
1 file changed
CHANGELOG.md
@@ -32,8 +32,8 @@
32
33
```diff
34
- getExamples(schema);
35
-+ schema.meta()?.examples || [];
36
+ globalRegistry.get(schema)?.examples || [];
++ schema.meta()?.examples || []; // plugin method
37
```
38
39
## Version 24
0 commit comments