changedOutput schema / properties / hooks / description
Previous value: -"One entry per original hook: hook_text, format, mechanism (verified facts plus grounded description), source_evidence (verbatim opening, timestamps, observed views with observation time, known-non-ad proof, versioned virality receipt), transformation (source_mechanism, adaptation, passed novelty_guard), confidence (structural basis, quality unmeasured), caveats."New value: +"One entry per original hook: hook_text, format, mechanism (verified facts plus grounded description), source_evidence (verbatim opening, timestamps, observed views with observation time, versioned virality receipt), transformation (source_mechanism, adaptation, passed novelty_guard), confidence (structural basis, quality unmeasured), caveats."
addedOutput schema / x-vhgengine-strict-output-schema / $defs / ResearchOpenerState
Added value: +{
+ "enum": [
+ "audio_verified",
+ "transcript_grounded"
+ ],
+ "title": "ResearchOpenerState",
+ "type": "string"
+}
removedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / non_ad_evidence / default
Removed value: -null
addedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_end_ms / anyOf
Added value: +[
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_end_ms / minimum
Removed value: -1
removedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_end_ms / type
Removed value: -"integer"
addedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_start_ms / anyOf
Added value: +[
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_start_ms / minimum
Removed value: -0
removedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_start_ms / type
Removed value: -"integer"
addedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_verification_state / $ref
Added value: +"#/$defs/ResearchOpenerState"
removedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_verification_state / title
Removed value: -"Opener Verification State"
removedOutput schema / x-vhgengine-strict-output-schema / $defs / SynthesisSourceEvidence / properties / opener_verification_state / type
Removed value: -"string"