From dbd69f3558d9b6a170265b72628d8a1642b714c0 Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <joscha@schmiedt.dev> Date: Tue, 3 Sep 2024 09:02:55 +0200 Subject: [PATCH] Rename caosdb client configuration schema --- ...ema.json => linkahead-client-configuration-schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename caosdb-client-configuration-schema.json => linkahead-client-configuration-schema.json (96%) 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 ff1967f..d7aa7cb 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 -- GitLab