{"resource_type":{"id":47,"name":"nextcloud","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"baseUrl\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The URL where the Nextcloud instance can be reached. Example: https://nextcloud.example.com\",\n\t\t\t\"default\": \"\"\n\t\t},\n\t\t\"userId\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"\",\n\t\t\t\"default\": \"\"\n\t\t},\n\t\t\"token\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"An app/device token or the user's main password. To create a token Settings -> Security -> Devices & sessions.\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"username\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"Deprecated, use userId instead\",\n\t\t\t\"default\": \"\"\n\t\t},\n\t\t\"password\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"Deprecated, use token instead\",\n\t\t\t\"default\": \"\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"baseUrl\",\n\t\t\"token\"\n\t],\n\t\"type\": \"object\",\n\t\"order\": [\n\t\t\"baseUrl\",\n\t\t\"userId\",\n\t\t\"token\",\n\t\t\"username\",\n\t\t\"password\"\n\t]\n}","approved":true,"app":"nextcloud","description":"Nextcloud instance credentials","created_by":"jaller94","created_at":"2022-10-01T15:53:28.819Z"}}