addedOutput schema / properties / platform_parameters / properties / receiver_evidence
Added value: +{
+ "additionalProperties": false,
+ "description": "Present only when target_model has a measured per-model receiver entry.",
+ "properties": {
+ "display_name": {
+ "type": "string"
+ },
+ "fringe": {
+ "description": "Rungs with modal comply-then-correct.",
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "grade": {
+ "description": "Evidence grade of the measurement — travels with the data.",
+ "enum": [
+ "confirmatory",
+ "corroboration",
+ "self_measurement"
+ ],
+ "type": "string"
+ },
+ "li2": {
+ "description": "Fenced literalness, [-1, +1].",
+ "type": "number"
+ },
+ "measured_on": {
+ "type": "string"
+ },
+ "model_key": {
+ "type": "string"
+ },
+ "ob": {
+ "description": "Truth-override boundary rung (0-5).",
+ "type": "number"
+ },
+ "scope": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "model_key",
+ "display_name",
+ "grade",
+ "li2",
+ "ob",
+ "fringe",
+ "measured_on",
+ "scope"
+ ],
+ "type": "object"
+}