{"resource_type":{"id":272,"name":"odk","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"base_url\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The base URL of your ODK server\",\n\t\t\t\"pattern\": \"^(https?://)([^/]+)$\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false,\n\t\t\t\"placeholder\": \"https://your-odk-central-instance.org\"\n\t\t},\n\t\t\"username\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The username to authenticate with the ODK server\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"password\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The password to authenticate with the ODK server\",\n\t\t\t\"default\": \"\",\n\t\t\t\"password\": true,\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"default_project_id\": {\n\t\t\t\"type\": \"integer\",\n\t\t\t\"description\": \"The default project ID of your ODK project\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"password\",\n\t\t\"username\",\n\t\t\"base_url\"\n\t],\n\t\"type\": \"object\",\n\t\"order\": [\n\t\t\"base_url\",\n\t\t\"username\",\n\t\t\"password\",\n\t\t\"default_project_id\"\n\t]\n}","approved":true,"app":"odk","description":"Parameters required to access an ODK Central server.","created_by":"rudo kemper324","created_at":"2025-08-11T00:56:40.027Z"}}