{"resource_type":{"id":22,"name":"mongodb","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"db\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"\"\n\t\t},\n\t\t\"tls\": {\n\t\t\t\"type\": \"boolean\",\n\t\t\t\"description\": \"\",\n\t\t\t\"default\": true\n\t\t},\n\t\t\"servers\": [\n\t\t\t{\n\t\t\t\t\"host\": {\n\t\t\t\t\t\"type\": \"string\",\n\t\t\t\t\t\"description\": \"\"\n\t\t\t\t},\n\t\t\t\t\"port\": {\n\t\t\t\t\t\"type\": \"integer\",\n\t\t\t\t\t\"description\": \"\",\n\t\t\t\t\t\"default\": 27017\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"credential\": {\n\t\t\t\"username\": {\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"description\": \"\"\n\t\t\t},\n\t\t\t\"password\": {\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"description\": \"\"\n\t\t\t},\n\t\t\t\"db\": {\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"description\": \"\"\n\t\t\t},\n\t\t\t\"mechanism\": {\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"description\": \"\",\n\t\t\t\t\"default\": \"SCRAM-SHA-1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"db\",\n\t\t\"tls\",\n\t\t\"servers\",\n\t\t\"credential\"\n\t],\n\t\"type\": \"object\"\n}","approved":true,"app":"mongodb","description":"MongoDb connection infos","created_by":"admin","created_at":"2022-07-20T10:57:07.205Z"}}