BlueConic · Schema

stage

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Properties

Name Type Description
identifier string The ID of the stage.
name string The name of the stage.
rule object
View JSON Schema on GitHub

JSON Schema

stage.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/blueconic/json-schema/stage.json",
  "title": "stage",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "description": "The ID of the stage."
    },
    "name": {
      "type": "string",
      "description": "The name of the stage."
    },
    "rule": {
      "$ref": "#/components/schemas/rule"
    }
  }
}