Skip to content

Commit

Permalink
Json schema under /project/schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Nov 6, 2024
1 parent a55fe73 commit 0abc8d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataspray-core/src/main/assembly/schema-project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<files>
<file>
<source>${project.build.directory}/generated-resources/jsonschema/schema.json</source>
<destName>schema</destName>
<destName>schema.json</destName>
</file>
</files>
</assembly>
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Definition extends Item {
public static final int CACHEABLE_METHODS_LIFETIME_IN_MIN = 5;

@Builder.Default
String $schema = "https://dataspray.io/project/schema";
String $schema = "https://dataspray.io/project/schema.json";

/**
* Version of DataSpray definition
Expand Down
1 change: 1 addition & 0 deletions dataspray-site-parent/dataspray-site-landing/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0abc8d4

Please sign in to comment.