Skip to content

Weak Signal Finding v1

Source schema: doc/schemas/weak-signal-finding.v1.schema.json

Candidate weak-signal finding emitted by a local Harvester and imported into node review. This is not a publication artifact and does not authorize Whisper publication by itself.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
schema yes const: weak-signal-finding.v1
finding/id yes string
created/at yes string
source/classes yes array
signal/polarity no enum: problem, idea, question, context, mixed
topic/class no string
finding/summary yes string
finding/confidence yes enum: low, medium, high
finding/group-key yes string
finding/supersedes no array
source/refs yes array
privacy/review-required yes const: True
privacy/flags no array
suggested/actions yes array
harvester/ref no string
metadata no object

Definitions

Definition Shape Description
source_ref object
## Field Semantics

schema

  • Required: yes
  • Shape: const: weak-signal-finding.v1

finding/id

  • Required: yes
  • Shape: string

created/at

  • Required: yes
  • Shape: string

source/classes

  • Required: yes
  • Shape: array

signal/polarity

  • Required: no
  • Shape: enum: problem, idea, question, context, mixed

topic/class

  • Required: no
  • Shape: string

finding/summary

  • Required: yes
  • Shape: string

finding/confidence

  • Required: yes
  • Shape: enum: low, medium, high

finding/group-key

  • Required: yes
  • Shape: string

finding/supersedes

  • Required: no
  • Shape: array

source/refs

  • Required: yes
  • Shape: array

privacy/review-required

  • Required: yes
  • Shape: const: True

privacy/flags

  • Required: no
  • Shape: array

suggested/actions

  • Required: yes
  • Shape: array

harvester/ref

  • Required: no
  • Shape: string

metadata

  • Required: no
  • Shape: object

Definition Semantics

$defs.source_ref

  • Shape: object