Amazon DynamoDB · Schema

PutItemInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
TableName string The name of the table to contain the item
Item object A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required, but you can optionally provide other attribute name-value pairs.
ConditionExpression string A condition that must be satisfied in order for a conditional PutItem operation to succeed
ExpressionAttributeNames object One or more substitution tokens for attribute names in an expression
ExpressionAttributeValues object One or more values that can be substituted in an expression
ReturnValues string Whether to return the item attributes as they appeared before the PutItem
ReturnConsumedCapacity string Determines the level of detail about provisioned throughput consumption
ReturnItemCollectionMetrics string Determines whether item collection metrics are returned
View JSON Schema on GitHub

JSON Schema

dynamodb-put-item-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PutItemInput",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string",
      "description": "The name of the table to contain the item"
    },
    "Item": {
      "type": "object",
      "description": "A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required, but you can optionally provide other attribute name-value pairs."
    },
    "ConditionExpression": {
      "type": "string",
      "description": "A condition that must be satisfied in order for a conditional PutItem operation to succeed"
    },
    "ExpressionAttributeNames": {
      "type": "object",
      "description": "One or more substitution tokens for attribute names in an expression"
    },
    "ExpressionAttributeValues": {
      "type": "object",
      "description": "One or more values that can be substituted in an expression"
    },
    "ReturnValues": {
      "type": "string",
      "description": "Whether to return the item attributes as they appeared before the PutItem"
    },
    "ReturnConsumedCapacity": {
      "type": "string",
      "description": "Determines the level of detail about provisioned throughput consumption"
    },
    "ReturnItemCollectionMetrics": {
      "type": "string",
      "description": "Determines whether item collection metrics are returned"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/dynamodb-put-item-input"
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.