Root Insurance · Schema
sftp-adapter
InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurtech
Properties
| Name | Type | Description |
|---|---|---|
| type | string | The type of adapter. In this case, `sftp`. |
| host | string | The SFTP IP address or hostname. |
| port | number | The port number to connect to on the host. Defaults to `22` if not provided. |
| path | string | The path on the server to store the resulting export in. |
| username | string | The username to use when authenticating on the SFTP server. Defaults to anonymous authentication if not provided. |
| password | string | The password to use when authenticating on the SFTP server. Defaults to anonymous authentication if not provided. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "sftp-adapter",
"type": "object",
"required": [
"type",
"host",
"path"
],
"properties": {
"type": {
"type": "string",
"description": "The type of adapter. In this case, `sftp`."
},
"host": {
"type": "string",
"description": "The SFTP IP address or hostname."
},
"port": {
"type": "number",
"description": "The port number to connect to on the host. Defaults to `22` if not provided."
},
"path": {
"type": "string",
"description": "The path on the server to store the resulting export in."
},
"username": {
"type": "string",
"description": "The username to use when authenticating on the SFTP server. Defaults to anonymous authentication if not provided."
},
"password": {
"type": "string",
"description": "The password to use when authenticating on the SFTP server. Defaults to anonymous authentication if not provided."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sftp-adapter"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.