changedOutput schema / properties / product / properties / id / description
Previous value: -"Product/property ID."New value: +"Tenant-checked product/property ID."
changedOutput schema / properties / product / properties / time_zone / description
Previous value: -"IANA time zone used for product-local daily interpretation."New value: +"IANA time zone used for product-local interpretation."
changedOutput schema / properties / schema / description
Previous value: -"Response schema identifier."New value: +"Delegated response schema identifier."
addedOutput schema / properties / validation / additionalProperties
Added value: +{}
removedOutput schema / properties / validation / description
Removed value: -"Installation-verification checks, verified scope, unresolved claims, and next action."
addedOutput schema / properties / validation / properties
Added value: +{
+ "checks": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "evidence": {
+ "description": "Human-readable evidence for the check result.",
+ "type": "string"
+ },
+ "id": {
+ "description": "Stable check identifier.",
+ "type": "string"
+ },
+ "passed": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "id",
+ "passed",
+ "evidence"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "integrity": {
+ "additionalProperties": {},
+ "properties": {
+ "absence_of_a_business_stage_is_not_treated_as_broken_instrumentation": {
+ "type": "boolean"
+ },
+ "customer_test_never_counts_as_real_agent": {
+ "type": "boolean"
+ },
+ "no_payment_required": {
+ "type": "boolean"
+ },
+ "no_synthetic_production_activity_created_by_validation": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "no_payment_required",
+ "customer_test_never_counts_as_real_agent",
+ "absence_of_a_business_stage_is_not_treated_as_broken_instrumentation",
+ "no_synthetic_production_activity_created_by_validation"
+ ],
+ "type": "object"
+ },
+ "next": {
+ "description": "Next recommended setup action.",
+ "type": "string"
+ },
+ "not_verified_by_this_check": {
+ "description": "Commercial or behavioral claims this check explicitly does not prove.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "schema": {
+ "description": "Installation-validation schema identifier.",
+ "type": "string"
+ },
+ "state": {
+ "enum": [
+ "verified",
+ "not_yet_verified"
+ ],
+ "type": "string"
+ },
+ "verified": {
+ "description": "True only when all setup-plumbing checks pass.",
+ "type": "boolean"
+ },
+ "verified_scope": {
+ "description": "Claims actually verified by this check.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+}
addedOutput schema / properties / validation / required
Added value: +[
+ "schema",
+ "verified",
+ "state",
+ "checks",
+ "verified_scope",
+ "not_verified_by_this_check",
+ "next",
+ "integrity"
+]
addedOutput schema / properties / validation / type
Added value: +"object"