Couchbase · Schema
ReplicationConfig
Inter-Sync Gateway replication configuration
AnalyticsApp ServicesBackupCapellaCloudDatabaseDatabase-as-a-ServiceEventingFull-Text SearchGatewayJSONMobileNoSQLReplicationSQL++SyncVector SearchXDCR
Properties
| Name | Type | Description |
|---|---|---|
| replication_id | string | Replication identifier |
| remote | string | URL of the remote Sync Gateway |
| direction | string | Replication direction |
| continuous | boolean | Whether the replication runs continuously |
| filter | string | Filter function for the replication |
| query_params | object | Parameters for the filter function |
| conflict_resolution_type | string | Conflict resolution strategy |
| custom_conflict_resolver | string | JavaScript custom conflict resolver function |
| max_backoff_time | integer | Maximum backoff time for retries in minutes |
| initial_state | string | Initial state of the replication |
| state | string | Current state of the replication |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ReplicationConfig",
"title": "ReplicationConfig",
"type": "object",
"description": "Inter-Sync Gateway replication configuration",
"properties": {
"replication_id": {
"type": "string",
"description": "Replication identifier"
},
"remote": {
"type": "string",
"description": "URL of the remote Sync Gateway"
},
"direction": {
"type": "string",
"description": "Replication direction",
"enum": [
"push",
"pull",
"pushAndPull"
]
},
"continuous": {
"type": "boolean",
"description": "Whether the replication runs continuously"
},
"filter": {
"type": "string",
"description": "Filter function for the replication",
"enum": [
"sync_gateway/bychannel"
]
},
"query_params": {
"type": "object",
"description": "Parameters for the filter function",
"properties": {
"channels": {
"type": "array",
"description": "Channel names to replicate",
"items": {
"type": "string"
}
}
}
},
"conflict_resolution_type": {
"type": "string",
"description": "Conflict resolution strategy",
"enum": [
"default",
"localWins",
"remoteWins",
"custom"
]
},
"custom_conflict_resolver": {
"type": "string",
"description": "JavaScript custom conflict resolver function"
},
"max_backoff_time": {
"type": "integer",
"description": "Maximum backoff time for retries in minutes"
},
"initial_state": {
"type": "string",
"description": "Initial state of the replication",
"enum": [
"running",
"stopped"
]
},
"state": {
"type": "string",
"description": "Current state of the replication",
"enum": [
"running",
"stopped",
"error",
"reconnecting",
"starting"
]
}
}
}
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/couchbase-replicationconfig"
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.