AB Tasty · JSON Structure

Decision Api Campaign Response Simple Structure

CampaignResponseSimple schema from AB Tasty Decision API

Type: object Properties: 2
AggregationExperimentationFeature FlagsPersonalizationA/B Testing

CampaignResponseSimple is a JSON Structure definition published by AB Tasty, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

campaignsVariation mergedModifications

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/ab-tasty/refs/heads/main/json-structure/decision-api-campaign-response-simple-structure.json",
  "name": "CampaignResponseSimple",
  "description": "CampaignResponseSimple schema from AB Tasty Decision API",
  "type": "object",
  "properties": {
    "campaignsVariation": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CampaignVariation"
      }
    },
    "mergedModifications": {
      "type": "object",
      "additionalProperties": true,
      "description": "All remote values merged into a single object",
      "example": {
        "button_color": "blue",
        "feature_enabled": true,
        "welcome_text": "Hello!"
      }
    }
  }
}