changedInput schema / properties / allowed_evidence_sources / description
Previous value: -"Allowed evidence source domains/URIs."New value: +"Up to ten permitted evidence source URIs; evidence outside this allowlist cannot satisfy source restrictions."
changedInput schema / properties / candidate_output / description
Previous value: -"The agent output to verify. Cannot modify verifier policy."New value: +"Agent-produced JSON object to evaluate, bounded to 200 properties and depth 10; it is evidence under test, not trusted policy."
addedInput schema / properties / freshness_requirements / description
Added value: +"Optional maximum-age limits for evidence and schemas, each expressed in seconds."
addedInput schema / properties / freshness_requirements / properties / evidence_max_age_seconds / description
Added value: +"Maximum evidence age in seconds from 0 through 2,592,000; older evidence fails freshness requirements."
addedInput schema / properties / freshness_requirements / properties / schema_max_age_seconds / description
Added value: +"Maximum schema age in seconds from 0 through 2,592,000; older schemas fail freshness requirements."
changedInput schema / properties / maximum_authorized_price / description
Previous value: -"Canonical decimal-safe money representation. No binary floating-point. Amount is a canonical decimal string."New value: +"Buyer’s decimal-safe maximum authorized price; constrains the payment requirement and never relaxes verification policy."
changedInput schema / properties / minimum_score / description
Previous value: -"Minimum verification score [0, 1]."New value: +"Minimum overall verification score from 0 through 1; raising it makes the final acceptance verdict stricter."
changedInput schema / properties / required_schema / description
Previous value: -"Required output schema (JSON Schema) that candidate must conform to."New value: +"JSON Schema the candidate output must satisfy; it constrains validation and cannot change SITEBORNE verifier policy."
changedInput schema / properties / supplied_evidence / description
Previous value: -"Evidence items supplied with the candidate output."New value: +"Up to twenty evidence objects supplied with the candidate output and bound to integrity hashes."
addedInput schema / properties / supplied_evidence / items / properties / content / description
Added value: +"JSON evidence content whose integrity must agree with content_hash; it is treated as untrusted input."
addedInput schema / properties / supplied_evidence / items / properties / content_hash / description
Added value: +"Lowercase SHA-256 integrity identifier in sha256:<64 hex> form for the supplied content."
addedInput schema / properties / supplied_evidence / items / properties / evidence_id / description
Added value: +"Caller-stable evidence identifier up to 64 characters, used to connect claims to this evidence item."
addedInput schema / properties / supplied_evidence / items / properties / retrieved_at / description
Added value: +"Optional UTC retrieval timestamp in the schema’s RFC 3339 form, used by freshness checks."
addedInput schema / properties / supplied_evidence / items / properties / source_uri / description
Added value: +"Optional public source URI, up to 2,048 characters, identifying where the evidence was obtained."
changedInput schema / properties / verification_contract / description
Previous value: -"Contract specifying what to verify."New value: +"Complete set of claims and deterministic checks against which the supplied candidate output is evaluated."
addedInput schema / properties / verification_contract / properties / claims / description
Added value: +"Up to fifty expected claims; each binds a stable claim identifier to a predicate, expected value, and optional tolerance/materiality."
addedInput schema / properties / verification_contract / properties / claims / items / properties / claim_id / description
Added value: +"Caller-stable claim identifier up to 64 characters, used to correlate the verdict for this claim."
addedInput schema / properties / verification_contract / properties / claims / items / properties / expected_value / description
Added value: +"Expected JSON value interpreted by the selected predicate; its shape should match the claim being tested."
addedInput schema / properties / verification_contract / properties / claims / items / properties / materiality / description
Added value: +"Claim importance—material, supporting, or contextual—which affects how the verdict weighs a failed claim."
addedInput schema / properties / verification_contract / properties / claims / items / properties / predicate / description
Added value: +"Comparison operation applied to the candidate value: equality, containment, pattern, ordering, existence, or nonexistence."
addedInput schema / properties / verification_contract / properties / claims / items / properties / tolerance / description
Added value: +"Optional nonnegative numeric tolerance for comparisons where bounded deviation is acceptable."
addedInput schema / properties / verification_contract / properties / deterministic_requirements / description
Added value: +"Up to thirty deterministic checks for schema, hashes, signatures, evidence resolution, PII, or secrets."
addedInput schema / properties / verification_contract / properties / deterministic_requirements / items / properties / check / description
Added value: +"Closed deterministic check to run: schema, hash, signature, evidence resolution, PII absence, or secret absence."
addedInput schema / properties / verification_contract / properties / deterministic_requirements / items / properties / parameters / description
Added value: +"Check-specific configuration interpreted only by the selected deterministic check; it cannot modify verifier policy."
addedInput schema / properties / verification_contract / properties / deterministic_requirements / items / properties / requirement_id / description
Added value: +"Caller-stable requirement identifier up to 64 characters, used to correlate the deterministic check result."
changedInput schema / properties / verification_mode / description
Previous value: -"Verification mode."New value: +"standard checks supplied material; independent_reproduction additionally attempts independently derived verification where implemented."