Skip to content

Commit

Permalink
feat(recipe-schema): add json recipe schema (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
randolphtan121 authored Jan 29, 2024
1 parent 3f9b42f commit c59cb1b
Show file tree
Hide file tree
Showing 7 changed files with 746 additions and 4 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
<version>5.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.87</version>
<scope>test</scope>
</dependency>
</dependencies>
<pluginRepositories>
<pluginRepository>
Expand Down
Loading

0 comments on commit c59cb1b

Please sign in to comment.