removedInput schema / properties / claim
Removed value: -{
- "description": "Optional claim metadata (model_id, job_id, output_hash, ...)",
- "type": "object"
-}
addedInput schema / properties / claimed_output_hash
Added value: +{
+ "description": "SHA-256 of claimed output",
+ "type": "string"
+}
addedInput schema / properties / driver
Added value: +{
+ "description": "Source driver: ionet | render | akash | aleo | custom",
+ "type": "string"
+}
addedInput schema / properties / job_id
Added value: +{
+ "description": "Job ID to verify",
+ "type": "string"
+}
removedInput schema / properties / proof
Removed value: -{
- "description": "Groth16 proof envelope (dict {a,b,c} or 8-element list of BN254 field elements)"
-}
removedInput schema / properties / proof_system
Removed value: -{
- "description": "Proof system identifier (default 'groth16')",
- "type": "string"
-}
removedInput schema / properties / public_inputs
Removed value: -{
- "description": "List of BN254 field elements (hex strings or ints)",
- "type": "array"
-}
addedInput schema / properties / submitter_did
Added value: +{
+ "description": "DID of the submitting agent",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "proof",
- "public_inputs"
-]New value: +[
+ "job_id",
+ "driver",
+ "claimed_output_hash",
+ "submitter_did"
+]