summaryrefslogtreecommitdiffstats
path: root/src/test/resources/ModuleSchema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/ModuleSchema.json')
-rw-r--r--src/test/resources/ModuleSchema.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/resources/ModuleSchema.json b/src/test/resources/ModuleSchema.json
new file mode 100644
index 00000000..07a0a037
--- /dev/null
+++ b/src/test/resources/ModuleSchema.json
@@ -0,0 +1,15 @@
+{
+ "schemas": {
+ "schema": [
+ {
+ "identifier": "example-identifier",
+ "version": "example-version",
+ "format": "example-format",
+ "namespace": "example:namespace",
+ "location": [
+ "example-location"
+ ]
+ }
+ ]
+ }
+} \ No newline at end of file