diff --git a/caosdb-client-configuration-schema.json b/linkahead-client-configuration-schema.json
similarity index 96%
rename from caosdb-client-configuration-schema.json
rename to linkahead-client-configuration-schema.json
index ff1967f639400d26bd33714691f416f10c841cae..d7aa7cbd9d8b4448ad8d11c7ebabbb0598080c10 100644
--- a/caosdb-client-configuration-schema.json
+++ b/linkahead-client-configuration-schema.json
@@ -1,7 +1,7 @@
 {
   "$schema": "http://json-schema.org/draft-07/schema#",
-  "title": "CaosDB Client Configuration",
-  "description": "Configuration of the connection, logging, and other things of a CaosDB client.",
+  "title": "LinkAhead Client Configuration",
+  "description": "Configuration of the connection, logging, and other things of a LinkAhead client.",
   "type": "object",
   "additionalProperties": false,
   "properties": {
@@ -117,11 +117,11 @@
           "type": "string",
           "description": "Domain name or ip address of the server host.",
           "default": "localhost",
-          "examples": ["localhost", "caosdb.example.com", "192.168.0.123"]
+          "examples": ["localhost", "linkahead.example.com", "192.168.0.123"]
         },
         "port": {
           "type": "integer",
-          "description": "Ip port of the grpc end-point of the CaosDB server.",
+          "description": "Ip port of the grpc end-point of the LinkAhead server.",
           "mininum": 1,
           "default": 8443,
           "maximum": 65535