{"profile_id":"uai.agent.ack.v1","title":"UAI Agent Acknowledgement v1","summary":"Acknowledgement packet that records receipt, parsing, validation, rejection, and acknowledgement-loop closure. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uai.agent.ack.v1.schema.json","title":"UAI Agent Acknowledgement v1","description":"Acknowledgement packet that records receipt, parsing, validation, rejection, and acknowledgement-loop closure. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.","type":"object","additionalProperties":false,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"type":"string","const":"1.0"},"profile":{"type":"string","const":"uai.agent.ack.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":false,"required":["type","id","label","role","project"],"properties":{"type":{"type":"string","enum":["agent","runtime","human","service","project"]},"id":{"type":"string","pattern":"^(agt|runtime|human|svc|project)_[a-z0-9][a-z0-9._-]{2,95}$"},"label":{"type":"string","minLength":2,"maxLength":160},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string","minLength":2,"maxLength":96},"project":{"type":"string","minLength":2,"maxLength":128},"implementation":{"type":"string","maxLength":160}}},"target":{"type":"object","additionalProperties":false,"required":["type","id","label","role","project"],"properties":{"type":{"type":"string","enum":["agent","runtime","human","service","project"]},"id":{"type":"string","pattern":"^(agt|runtime|human|svc|project)_[a-z0-9][a-z0-9._-]{2,95}$"},"label":{"type":"string","minLength":2,"maxLength":160},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string","minLength":2,"maxLength":96},"project":{"type":"string","minLength":2,"maxLength":128},"implementation":{"type":"string","maxLength":160}}},"conversation":{"type":"object","additionalProperties":false,"required":["conversation_id","turn_id","correlation_id","sequence"],"properties":{"conversation_id":{"type":"string","pattern":"^conv_[a-z0-9][a-z0-9._-]{5,95}$"},"turn_id":{"type":"string","pattern":"^turn_[a-z0-9][a-z0-9._-]{2,63}$"},"parent_message_id":{"type":"string","pattern":"^(none|msg_[a-z0-9][a-z0-9._-]{5,127})$"},"correlation_id":{"type":"string","pattern":"^corr_[a-z0-9][a-z0-9._-]{8,95}$"},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","additionalProperties":false,"required":["mode","priority","expires_at","reply_requested","ack_required","idempotency_key","retry_count","sequence","lifecycle","timeout_ms","fallback_directive"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"task_ref":{"type":"string","minLength":1},"idempotency_key":{"type":"string","pattern":"^idem_[a-z0-9][a-z0-9._-]{8,127}$"},"retry_count":{"type":"integer","minimum":0},"sequence":{"type":"integer","minimum":1},"lifecycle":{"type":"string","enum":["created","transmitted","received","parsed","validated","accepted","rejected","in_progress","blocked","completed","corrected"]},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":8},"expected_output_schema":{"type":"object"},"duplicate_of_message_id":{"type":"string","minLength":1},"dedupe_behavior":{"type":"string","enum":["return_prior_acknowledgement","safe_duplicate_response","new_operation"]}}},"trust":{"type":"object","additionalProperties":false,"required":["channel","auth_scheme","principal"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"credential_ref":{"type":"string","format":"uri"},"signature_ref":{"type":"string","format":"uri"},"replay_window_id":{"type":"string","minLength":1},"trust_profile":{"type":"string","minLength":1,"description":"Profile or policy label for interpreting trust metadata; not required for compact trust readers and not a mandatory credential stack."},"verification_status":{"type":"string","enum":["not_verified","verified","failed","expired","revoked","unknown"]},"credential_status":{"type":"string","enum":["not_checked","valid","invalid","expired","revoked","unknown"]},"verifier_ref":{"type":"string","format":"uri"},"trust_root_ref":{"type":"string","format":"uri"},"proof_ref":{"type":"string","format":"uri"},"replay_policy_ref":{"type":"string","format":"uri"},"verification_checked_at":{"type":"string","format":"date-time"},"verification_expires_at":{"type":"string","format":"date-time"},"assurance_level":{"type":"string","enum":["self_asserted","reference_only","transport_authenticated","signed_reference","credential_verified","local_policy_verified"]}}},"body":{"type":"object","additionalProperties":false,"required":["acknowledged_message_id","status","received_at_utc","closes_acknowledgement_loop","support_boundary"],"properties":{"support_boundary":{"type":"string","pattern":"Agent runtimes execute"},"acknowledged_message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"status":{"type":"string","enum":["received","parsed","validated","rejected"]},"received_at_utc":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"rejection_reason":{"type":"string","minLength":1},"closes_acknowledgement_loop":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":false,"required":["trace_id","issued_at","log_ref","agent_id","model_id","confidence","lineage"],"properties":{"trace_id":{"type":"string","pattern":"^trace_[a-z0-9][a-z0-9._-]{5,95}$"},"parent_trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"log_ref":{"type":"string","minLength":1},"agent_id":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"confidence":{"type":"number","minimum":0,"maximum":1},"lineage":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["stage","actor_id","note"],"properties":{"stage":{"type":"string","minLength":1},"actor_id":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"note":{"type":"string","minLength":1}}}}}},"integrity":{"type":"object","additionalProperties":false,"required":["version","algorithm","canonicalization","checksum"],"properties":{"version":{"type":"integer","minimum":1},"algorithm":{"type":"string","minLength":1},"canonicalization":{"type":"string","minLength":1},"checksum":{"type":"string","minLength":1}}},"extensions":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["acknowledged_message_id","status","received_at_utc","closes_acknowledgement_loop","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.agent.ack.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.agent.ack.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.agent.ack.v1"}