addedInput schema / properties / delivery_deadline
Added value: +{
+ "description": "For creator review, the exact agreed calendar deadline as an ISO timestamp with timezone offset. Never replace it with days after claim. Omit automated benchmark and evidence_schema fields in creator mode.",
+ "format": "date-time",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedInput schema / properties / meta_child
Added value: +{
+ "additionalProperties": false,
+ "description": "Preserve the routed parent binding. The review page verifies the canonical parent before applying any child economics.",
+ "properties": {
+ "intended_child_solver": {
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "parent_bounty_contract": {
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "parent_bounty_contract"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedInput schema / properties / posting_operation_id
Added value: +{
+ "description": "Stable posting journey identifier. Reuse it when resuming or retrying the same operation. If omitted, a deterministic identifier is derived from the unchanged preparation arguments.",
+ "format": "uuid",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedInput schema / properties / reference_attachment
Added value: +{
+ "description": "Preserve the approved compact homepage-background snapshot descriptor, including its commit-pinned asset_url, sha256 and captured_at. The first-party review validates the pinned bytes; never replace the user's reference.",
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedInput schema / properties / review_mode
Added value: +{
+ "description": "Creator review commits the creator as the sole human reviewer. The creator confirms the verdict; AI approval has no settlement authority.",
+ "enum": [
+ "creator",
+ "automated",
+ null
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedInput schema / properties / verifier_reward_usdc / description
Previous value: -"Verifier reward and refundable claim bond in display USDC, for example 0.10."New value: +"Verifier reward and refundable claim bond in display USDC, for example 0.10. In creator mode, label this the creator-review reserve; it is paid to the creator on either verdict."
addedOutput schema / properties / benchmark
Added value: +{
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / delivery_deadline
Added value: +{
+ "format": "date-time",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / evidence_schema
Added value: +{
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / meta_child
Added value: +{
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / posting_operation_id
Added value: +{
+ "format": "uuid",
+ "type": "string"
+}
addedOutput schema / properties / reference_attachment
Added value: +{
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / review_disclosure
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / review_mode
Added value: +{
+ "enum": [
+ "creator",
+ "automated"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / verification_prepared
Added value: +{
+ "type": "boolean"
+}