Skip to content

Commit

Permalink
chore: update webda.module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Jan 9, 2024
1 parent 633da6f commit 8db79c8
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions packages/graphql/webda.module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"beans": {
"Webda/BeanTest": "lib/test:BeanTest"
},
"beans": {},
"deployers": {},
"moddas": {
"Webda/GraphQLService": "lib/graphql:GraphQLService"
Expand All @@ -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": {
Expand Down

0 comments on commit 8db79c8

Please sign in to comment.