Dissent value

Fields

FieldTypeDescription
wizardIdstringrequired ≤32
reasonstringrequired

Neighborhood

%%{init: {'theme':'base','themeVariables':{'darkMode':true,'background':'#0b1220','primaryColor':'#1e2a3a','primaryTextColor':'#cbd5e1','primaryBorderColor':'#4a7fa5','lineColor':'#64748b','secondaryColor':'#1a2535','tertiaryColor':'#0f1826','fontSize':'13px'}}}%%
erDiagram
  Council["▭ Council"] {
    string id PK ""
    enum status "enum"
    enum verdictStance "enum"
    enum verdictEvidenceQuality "enum"
    string visitorId "req"
    string question "req"
    _ plus "+1 more"
  }
  Dissent["⬭ Dissent"] {
    string wizardId "req"
    string reason "req"
  }
  VerdictOutput["⬭ VerdictOutput"] {
    enum stance "enum"
    enum evidenceQuality "enum"
    float confidence "req"
    string takeMarkdown "req"
    object dissents "req"
  }
  Dissent ||--o{ Council : "dissents"
  Dissent ||--o{ VerdictOutput : "dissents"
  Council:::c_Council
  classDef c_Council fill:#14342b,stroke:#3b5170,color:#cbd5e1
  Dissent:::c_Dissent
  classDef c_Dissent fill:#14342b,stroke:#60a5fa,color:#cbd5e1,stroke-dasharray:5 3
  VerdictOutput:::c_VerdictOutput
  classDef c_VerdictOutput fill:#14342b,stroke:#3b5170,color:#cbd5e1,stroke-dasharray:5 3
entity · value object · view (ER boxes: dashed = value, dotted = view)
referenced by Council VerdictOutput
used by templates verdictFrame emitVerdict
meta-dissent.yaml