contentstack · Schema

CreateBrandKitRequest

Parameters for creating or updating a Brand Kit.

Properties

Name Type Description
name string Display name for the Brand Kit.
description string Description of the Brand Kit's purpose.
View JSON Schema on GitHub

JSON Schema

contentstack-createbrandkitrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateBrandKitRequest",
  "title": "CreateBrandKitRequest",
  "type": "object",
  "description": "Parameters for creating or updating a Brand Kit.",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the Brand Kit."
    },
    "description": {
      "type": "string",
      "description": "Description of the Brand Kit's purpose."
    }
  }
}