sync hub items with community (#438)

* sync hub items with community

* Delete email_smtp.json

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
github-actions[bot]
2022-08-16 21:26:26 +02:00
committed by GitHub
parent 030b1ede9c
commit f192d5124c
2 changed files with 6 additions and 33 deletions
-32
View File
@@ -1,32 +0,0 @@
{
"workspace_id": "starter",
"name": "email_smtp",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"host"
],
"properties": {
"host": {
"type": "string",
"default": "mail.smtpbucket.com",
"description": "SMTP host address"
},
"port": {
"type": "integer",
"default": 8025,
"description": "port number on which to connect"
},
"user": {
"type": "string",
"description": ""
},
"password": {
"type": "string",
"description": ""
}
}
},
"description": "SMTP connection infos"
}
+6 -1
View File
@@ -33,11 +33,16 @@
"secretKey": {
"type": "string",
"description": ""
},
"region": {
"type": "string",
"description": ""
}
},
"required": [
"endPoint",
"bucket"
"bucket",
"region"
],
"type": "object"
},