From 8db79c86c4e5650901d3a23e91324a93c50746ec Mon Sep 17 00:00:00 2001 From: Remi Cattiau Date: Mon, 8 Jan 2024 18:21:08 -0800 Subject: [PATCH] chore: update webda.module.json --- packages/graphql/webda.module.json | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/packages/graphql/webda.module.json b/packages/graphql/webda.module.json index 69637e637..c09e07e52 100644 --- a/packages/graphql/webda.module.json +++ b/packages/graphql/webda.module.json @@ -1,7 +1,5 @@ { - "beans": { - "Webda/BeanTest": "lib/test:BeanTest" - }, + "beans": {}, "deployers": {}, "moddas": { "Webda/GraphQLService": "lib/graphql:GraphQLService" @@ -14,29 +12,6 @@ "reflections": {} }, "schemas": { - "Webda/BeanTest": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Type of the service" - }, - "url": { - "type": "string", - "description": "URL on which to serve the content" - }, - "openapi": { - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "type" - ], - "description": "Interface to specify the Service parameters", - "$schema": "http://json-schema.org/draft-07/schema#", - "title": "BeanTest" - }, "Webda/BinaryFile": { "type": "object", "properties": {