{
  "segmentationGroupRef" : "Portfolio Advisor for Applications with AI-Generated Code",
  "name" : "Portfolio Advisor for Applications with AI-Generated Code",
  "description" : "This dashboard helps organizations understand trends and compare differences for applications that do and do not use AI-generated code.",
  "segments" : [ {
    "segmentRef" : "AI_Code_Yes",
    "name" : "Apps with AI-generated code",
    "description" : "These applications are known to use AI-generated code",
    "color" : "#E40066",
    "matchingRules" : [ {
      "description" : "AI-generated code survey question = yes",
      "formula" : "QUESTION_REF_CAST_MAINT_AI_GENERATED =in= (CAST_MAINT_AI_GENERATED:YES)",
      "points" : 20
    } ]
  }, {
    "segmentRef" : "AI_Code_No",
    "name" : "Apps without AI-generated code",
    "description" : "These applications are known to NOT use AI-generated code.",
    "color" : "#03CEA4",
    "matchingRules" : [ {
      "description" : "AI-generated code survey question = no",
      "formula" : "QUESTION_REF_CAST_MAINT_AI_GENERATED =in= (CAST_MAINT_AI_GENERATED:NO)",
      "points" : 20
    } ]
  } ],
  "segmentationStatus" : "production"
}