about summary refs log tree commit diff
path: root/tests/unit/test_data/metadata.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_data/metadata.json')
-rw-r--r--tests/unit/test_data/metadata.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unit/test_data/metadata.json b/tests/unit/test_data/metadata.json
new file mode 100644
index 0000000..d7dd267
--- /dev/null
+++ b/tests/unit/test_data/metadata.json
@@ -0,0 +1,9 @@
+{
+    "title": "This is my dataset for testing the REST API",
+    "description": "Longer description",
+    "date": "20210127",
+    "authors": [
+        "R. W. Williams"
+    ],
+    "cross": "BXD"
+}