You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tr.transformedSchema; // the result of the transformation
14
+
tr.warnings; // list of warning messages, if any
15
+
```
16
+
17
+
## Use in Maven
18
+
19
+
```
20
+
<dependency>
21
+
<groupId>com.webfuzzing</groupId>
22
+
<artifactId>overlay-jvm</artifactId>
23
+
<version>LATEST</version>
24
+
</dependency>
25
+
```
26
+
27
+
See release info for latest version number (to replace `LATEST` placeholder).
28
+
29
+
## Dependencies
30
+
31
+
This library has 2 main dependencies:
32
+
-[Jackson](https://github.com/FasterXML/jackson-core): to be able to parse JSON/YAML files.
33
+
-[SnackJson](https://github.com/noear/snackjson): for handling RFC 9535 JsonPath, and for DOM manipulation.
34
+
35
+
36
+
## Project Maintenance
37
+
38
+
This is a small, relatively simple library.
39
+
Apart from bug-fixing and supporting new Overlay specs when they come out, we do not expect much activity here in this project.
40
+
41
+
The main driver beyond supporting and maintaining this open-source project is its use in the REST API fuzzer [EvoMaster](https://github.com/WebFuzzing/EvoMaster).
42
+
As long as we support EvoMaster (which has been around since 2016), we will keep supporting this library.
0 commit comments