{"resource_type":{"id":209,"name":"oracledb","schema":"{\n\t\"type\": \"object\",\n\t\"order\": [\n\t\t\"user\",\n\t\t\"password\",\n\t\t\"database\"\n\t],\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"required\": [\n\t\t\"password\",\n\t\t\"database\",\n\t\t\"user\"\n\t],\n\t\"properties\": {\n\t\t\"user\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false,\n\t\t\t\"description\": \"The database username\"\n\t\t},\n\t\t\"database\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false,\n\t\t\t\"description\": \"The database connection string\",\n\t\t\t\"placeholder\": \"server_name:1521/db_name\"\n\t\t},\n\t\t\"password\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false,\n\t\t\t\"password\": true,\n\t\t\t\"description\": \"The pasword for the user\"\n\t\t}\n\t}\n}","approved":true,"app":"oracledb","description":"The connection credentials for oracledb","created_by":"rubenfiszel","created_at":"2025-01-15T10:41:56.780Z"}}