Amazon Personalize · JSON Structure

Openapi Campaign Structure

Campaign schema from Amazon Personalize

Type: object Properties: 5
AICustomer ExperienceMachine LearningMLPersonalizationRecommendations

Campaign is a JSON Structure definition published by Amazon Personalize, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name campaignArn solutionVersionArn minProvisionedTPS status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-personalize/refs/heads/main/json-structure/openapi-campaign-structure.json",
  "name": "Campaign",
  "description": "Campaign schema from Amazon Personalize",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "campaignArn": {
      "type": "string"
    },
    "solutionVersionArn": {
      "type": "string"
    },
    "minProvisionedTPS": {
      "type": "int32"
    },
    "status": {
      "type": "string"
    }
  }
}