{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://fablepool.org/schemas/fpcf/v1/body.refutation.schema.json", "title": "Body: refutation", "type": "object", "required": ["target"], "additionalProperties": false, "properties": { "target": { "$ref": "defs.schema.json#/$defs/opId", "description": "The claim-assert being refuted outright (no replacement value). Downstream claims are invalidated." }, "reason": { "$ref": "defs.schema.json#/$defs/nonEmptyString" } } }