Apache CouchDB · Schema

DocumentInput

Input for creating or updating a CouchDB document

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

Properties

Name Type Description
_id string Optional document ID (auto-generated if omitted for POST)
_rev string Required for updates — current revision ID
View JSON Schema on GitHub