{"resource_type":{"id":117,"name":"edgedb","schema":"{\n\t\"type\": \"object\",\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"required\": [],\n\t\"properties\": {\n\t\t\"host\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"format\": \"hostname\",\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Hostname of the EdgeDB instance. (Required unless a DSN or an EdgeDB Cloud instance are provided)\"\n\t\t},\n\t\t\"port\": {\n\t\t\t\"type\": \"number\",\n\t\t\t\"description\": \"(Required unless a DSN or an EdgeDB Cloud instance are provided)\"\n\t\t},\n\t\t\"user\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Username to use for connecting to the database. (Required unless a DSN or an EdgeDB Cloud instance are provided)\"\n\t\t},\n\t\t\"database\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Name of the database to connect to. (Required unless a DSN or an EdgeDB Cloud instance are provided)\"\n\t\t},\n\t\t\"password\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"(Required unless a secret key for an EdgeDB Cloud instance is provided)\"\n\t\t},\n\t\t\"secretKey\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Specifies the secret key to use for authentication with EdgeDB Cloud instances. (Required for EdgeDB Cloud instance)\"\n\t\t},\n\t\t\"instanceName\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Only for use with EdgeDB Cloud instances. Format is <github-username>/<instance-name> (Required for EdgeDB Cloud instances unless a DSN is provided)\"\n\t\t},\n\t\t\"dsn\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Overrides any other settings except password. (Required unless host, port, user, and database, or an EdgeDB Cloud instance name are provided)\"\n\t\t}\n\t}\n}","approved":true,"app":"edgedb","description":"Connection details for an EdgeDB database, either hosted on EdgeDB Cloud or self-hosted","created_by":"devon356","created_at":"2023-09-15T13:17:52.322Z"}}