diff --git a/.gitignore b/.gitignore
index 2963614f85dc27f8623aa8c1a5d72698d753f3c3..07e2d100a6a4cfa0b4f4d300dea30b0791f8ef5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,4 @@
 .Ruserdata
 schema-sh-geojson-test.Rproj
 create_schema_def.R
-create_a_valid_schema.R
 create_Schema.py
\ No newline at end of file
diff --git a/schema.json b/schema.json
index 1d1a63de5ecebc4e2e12bda7472446f22d264347..1b7c2cc73a440dee43a03d7584acecc9b315a254 100644
--- a/schema.json
+++ b/schema.json
@@ -9,7 +9,8 @@
     },
     {
       "name": "example_point",
-      "type": "geojson"
+      "type": "geojson",
+      "example": "{\"type\": \"Point\",\"coordinates\": [30.0, 10.0]}"
     }
   ],
   "primaryKey": [
@@ -28,5 +29,17 @@
       "organisation": "Dataport AöR",
       "role": "author"
     }
+  ],
+  "resources": [
+    {
+      "titel": "Gültiges csv Beispiel",
+      "name": "4_valid_examples.csv",
+      "path": "https://code.schleswig-holstein.de/api/v4/projects/108/repository/files/4_valid_examples.csv/raw/?ref=0.1.0"
+    },
+    {
+      "titel": "Ungültiges csv Beispiel",
+      "name": "4_invalid_examples.csv",
+      "path": "https://code.schleswig-holstein.de/api/v4/projects/108/repository/files/4_invalid_examples.csv/raw/?ref=0.1.0"
+    }
   ]
 }
\ No newline at end of file