diff --git a/search_api_location_views/config/schema/search_api_location_views.schema.yml b/search_api_location_views/config/schema/search_api_location_views.schema.yml
new file mode 100644
index 0000000..7ef9a85
--- /dev/null
+++ b/search_api_location_views/config/schema/search_api_location_views.schema.yml
@@ -0,0 +1,19 @@
+views.filter.search_api_location:
+  type: views_filter
+  label: 'Search API Location'
+  mapping:
+    plugin:
+      type: string
+      label: 'Location input plugin'
+    radius_type:
+      type: string
+      label: 'Radius type'
+    radius_options:
+      type: string
+      label: 'Radius options'
+    radius_units:
+      type: string
+      label: 'Radius units'
+
+views.filter_value.search_api_location:
+  type: string
