contentstack · Schema

CreateEntryRequest

Parameters for creating a new entry.

Properties

Name Type Description
entry object Entry field values conforming to the content type schema.
View JSON Schema on GitHub

JSON Schema

contentstack-createentryrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateEntryRequest",
  "title": "CreateEntryRequest",
  "type": "object",
  "description": "Parameters for creating a new entry.",
  "required": [
    "entry"
  ],
  "properties": {
    "entry": {
      "type": "object",
      "description": "Entry field values conforming to the content type schema."
    }
  }
}