{"count":59,"schemas":[{"profile_id":"uai.intent.request.v1","title":"UAI Intent Request v1","summary":"Schema for explicit intent requests in the richer UAI-1 public exchange envelope.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.intent.request.v1","title":"UAI Intent Request v1","description":"Schema for explicit intent requests in the richer UAI-1 public exchange envelope.","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.intent.request.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"target":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"conversation":{"type":"object","additionalProperties":false,"required":["conversation_id","turn_id","sequence"],"properties":{"conversation_id":{"type":"string","minLength":1},"turn_id":{"type":"string","minLength":1},"parent_message_id":{"type":"string","minLength":1},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","additionalProperties":false,"required":["mode","priority","expires_at","reply_requested","ack_required"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"task_ref":{"type":"string","minLength":1}}},"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":["intent","subject","requested_profile","parameters","constraints","response_profile"],"properties":{"intent":{"type":"string","minLength":1},"subject":{"type":"string","minLength":1},"requested_profile":{"type":"string","minLength":1},"parameters":{"type":"object"},"constraints":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"response_profile":{"type":"string","minLength":1}}},"provenance":{"type":"object","additionalProperties":false,"required":["trace_id","issued_at","log_ref","agent_id","model_id","confidence"],"properties":{"trace_id":{"type":"string","minLength":1},"parent_trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time"},"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"],"properties":{"stage":{"type":"string","minLength":1},"actor_id":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"note":{"type":"string"}}}}}},"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":["intent","subject","requested_profile","parameters","constraints","response_profile"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.intent.request.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.intent.request.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.intent.request.v1"},{"profile_id":"uai.intent.response.v1","title":"UAI Intent Response v1","summary":"Schema for direct-result and accepted-task responses in the richer UAI-1 public exchange envelope.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.intent.response.v1","title":"UAI Intent Response v1","description":"Schema for direct-result and accepted-task responses in the richer UAI-1 public exchange envelope.","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.intent.response.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"target":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"conversation":{"type":"object","additionalProperties":false,"required":["conversation_id","turn_id","sequence"],"properties":{"conversation_id":{"type":"string","minLength":1},"turn_id":{"type":"string","minLength":1},"parent_message_id":{"type":"string","minLength":1},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","additionalProperties":false,"required":["mode","priority","expires_at","reply_requested","ack_required"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"task_ref":{"type":"string","minLength":1}}},"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":["status","subject","request_message_id","result","notices"],"properties":{"status":{"type":"string","enum":["ok","accepted","partial","failed"]},"subject":{"type":"string","minLength":1},"request_message_id":{"type":"string","minLength":1},"result":{"type":"object"},"notices":{"type":"array","items":{"type":"string","minLength":1}},"task_ref":{"type":"string","minLength":1}}},"provenance":{"type":"object","additionalProperties":false,"required":["trace_id","issued_at","log_ref","agent_id","model_id","confidence"],"properties":{"trace_id":{"type":"string","minLength":1},"parent_trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time"},"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"],"properties":{"stage":{"type":"string","minLength":1},"actor_id":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"note":{"type":"string"}}}}}},"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":["status","subject","request_message_id","result","notices"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.intent.response.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.intent.response.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.intent.response.v1"},{"profile_id":"uai.capability.statement.v1","title":"UAI Capability Statement v1","summary":"Schema for discovery-facing capability, endpoint, security, async, and extension declarations in UAI-1.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.capability.statement.v1","title":"UAI Capability Statement v1","description":"Schema for discovery-facing capability, endpoint, security, async, and extension declarations in UAI-1.","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.capability.statement.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"target":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"conversation":{"type":"object","additionalProperties":false,"required":["conversation_id","turn_id","sequence"],"properties":{"conversation_id":{"type":"string","minLength":1},"turn_id":{"type":"string","minLength":1},"parent_message_id":{"type":"string","minLength":1},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","additionalProperties":false,"required":["mode","priority","expires_at","reply_requested","ack_required"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"task_ref":{"type":"string","minLength":1}}},"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":["capability_id","version","operations","input_profiles","output_profiles","async_profiles","security_schemes","endpoints"],"properties":{"capability_id":{"type":"string","minLength":1},"version":{"type":"string","minLength":1},"operations":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"input_profiles":{"type":"array","items":{"type":"string","minLength":1}},"output_profiles":{"type":"array","items":{"type":"string","minLength":1}},"async_profiles":{"type":"array","items":{"type":"string","minLength":1}},"security_schemes":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["id","type","binding"],"properties":{"id":{"type":"string","minLength":1},"type":{"type":"string","minLength":1},"binding":{"type":"string","minLength":1}}}},"transport_bindings":{"type":"array","items":{"type":"string","minLength":1}},"conformance_levels":{"type":"array","items":{"type":"string","minLength":1}},"error_codes":{"type":"array","items":{"type":"string","minLength":1}},"endpoints":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["kind","url","method"],"properties":{"kind":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"method":{"type":"string","minLength":1}}}},"extension_namespaces":{"type":"array","items":{"type":"string","minLength":1}},"implementation_tracks":{"type":"array","items":{"type":"string","minLength":1}}}},"provenance":{"type":"object","additionalProperties":false,"required":["trace_id","issued_at","log_ref","agent_id","model_id","confidence"],"properties":{"trace_id":{"type":"string","minLength":1},"parent_trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time"},"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"],"properties":{"stage":{"type":"string","minLength":1},"actor_id":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"note":{"type":"string"}}}}}},"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":["capability_id","version","operations","input_profiles","output_profiles","async_profiles","security_schemes","endpoints"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.capability.statement.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.capability.statement.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.capability.statement.v1"},{"profile_id":"uai.error.v1","title":"UAI Error v1","summary":"Schema for typed validation, transport, authorization, and execution errors in the richer UAI-1 envelope.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.error.v1","title":"UAI Error v1","description":"Schema for typed validation, transport, authorization, and execution errors in the richer UAI-1 envelope.","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.error.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"target":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"conversation":{"type":"object","additionalProperties":false,"required":["conversation_id","turn_id","sequence"],"properties":{"conversation_id":{"type":"string","minLength":1},"turn_id":{"type":"string","minLength":1},"parent_message_id":{"type":"string","minLength":1},"correlation_id":{"type":"string","minLength":1},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","additionalProperties":false,"required":["mode","priority","expires_at","reply_requested","ack_required"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"task_ref":{"type":"string","minLength":1},"idempotency_key":{"type":"string","minLength":1},"retry_count":{"type":"integer","minimum":0},"sequence":{"type":"integer","minimum":1},"lifecycle":{"type":"string","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1},"expected_output_schema":{"type":"string","minLength":1},"duplicate_of_message_id":{"type":"string","minLength":1},"dedupe_behavior":{"type":"string","minLength":1}}},"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":["type","title","detail","status","code","retryable","instance"],"properties":{"type":{"type":"string","format":"uri"},"title":{"type":"string","minLength":1},"detail":{"type":"string","minLength":1},"status":{"type":"integer","minimum":400,"maximum":599},"code":{"type":"string","minLength":1},"uaixCode":{"type":"string","minLength":1,"description":"Stable UAIX problem code for RFC 9457 problem-details clients."},"uaixCategory":{"type":"string","minLength":1,"description":"UAIX problem category. Platform HTTP APIs must use the category taxonomy published in the error registry."},"uaixSeverity":{"type":"string","enum":["info","warning","error","critical"]},"retryable":{"type":"boolean"},"retryAfterUtc":{"type":"string","format":"date-time"},"retryAfterMs":{"type":"integer","minimum":0,"description":"Relative retry delay in milliseconds when a transport binding exposes duration-style retry guidance."},"rateLimit":{"type":"object","additionalProperties":false,"properties":{"limit":{"type":"integer","minimum":0},"remaining":{"type":"integer","minimum":0},"resetUtc":{"type":"string","format":"date-time"},"scope":{"type":"string"}}},"blockedByPolicy":{"type":"boolean"},"blockedByNetwork":{"type":"boolean"},"bindingStatus":{"type":"string","minLength":1,"description":"Transport, profile, or trust-binding state that caused the error when a binding decision is involved."},"constraintViolation":{"type":"string"},"schemaPointer":{"type":"string"},"payloadPointer":{"type":"string"},"field":{"type":"string"},"line":{"type":"integer","minimum":1},"column":{"type":"integer","minimum":1},"expected":{"type":"string"},"actual":{"type":"string"},"allowedValues":{"type":"array","items":{"type":["string","number","boolean","null"]}},"documentationUrl":{"type":"string","format":"uri"},"safeHarborUrl":{"type":"string","format":"uri"},"supportReference":{"type":"string"},"evidenceRefs":{"type":"array","items":{"type":"string","minLength":1}},"traceId":{"type":"string","minLength":1},"correlationId":{"type":"string","minLength":1},"evidenceRecommended":{"type":"boolean"},"suspensionRecommended":{"type":"boolean"},"redactionApplied":{"type":"boolean"},"instance":{"type":"string","format":"uri"},"errors":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["path","code","message"],"properties":{"path":{"type":"string","minLength":1},"code":{"type":"string","minLength":1},"message":{"type":"string","minLength":1},"schemaPointer":{"type":"string"},"payloadPointer":{"type":"string"},"field":{"type":"string"},"expected":{"type":"string"},"actual":{"type":"string"}}}},"next_step":{"type":"string"}}},"provenance":{"type":"object","additionalProperties":false,"required":["trace_id","issued_at","log_ref","agent_id","model_id","confidence"],"properties":{"trace_id":{"type":"string","minLength":1},"parent_trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time"},"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"],"properties":{"stage":{"type":"string","minLength":1},"actor_id":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"note":{"type":"string"}}}}}},"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":["type","title","detail","status","code","retryable","instance"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.error.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.error.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.error.v1"},{"profile_id":"uai.conformance.result.v1","title":"UAI Conformance Result v1","summary":"Schema for validator outputs, linked artifacts, and issue reports in the richer UAI-1 envelope.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.conformance.result.v1","title":"UAI Conformance Result v1","description":"Schema for validator outputs, linked artifacts, and issue reports in the richer UAI-1 envelope.","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.conformance.result.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"target":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"conversation":{"type":"object","additionalProperties":false,"required":["conversation_id","turn_id","sequence"],"properties":{"conversation_id":{"type":"string","minLength":1},"turn_id":{"type":"string","minLength":1},"parent_message_id":{"type":"string","minLength":1},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","additionalProperties":false,"required":["mode","priority","expires_at","reply_requested","ack_required"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"task_ref":{"type":"string","minLength":1}}},"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":["status","checked_profile","issues","summary","artifacts"],"properties":{"status":{"type":"string","enum":["pass","warn","fail"]},"checked_profile":{"type":"string","minLength":1},"issues":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["severity","code","message","path"],"properties":{"severity":{"type":"string","enum":["error","warning"]},"code":{"type":"string","minLength":1},"message":{"type":"string","minLength":1},"path":{"type":"string","minLength":1},"help_url":{"type":"string","format":"uri"}}}},"summary":{"type":"object","additionalProperties":false,"required":["error_count","warning_count","checked_at"],"properties":{"error_count":{"type":"integer","minimum":0},"warning_count":{"type":"integer","minimum":0},"checked_at":{"type":"string","format":"date-time"}}},"artifacts":{"type":"object","additionalProperties":false,"required":["catalog_url","schema_url","registry_url","example_url","field_registry_url","transport_bindings_url","trust_channels_url","conformance_levels_url","error_registry_url","validate_url"],"properties":{"catalog_url":{"type":"string","format":"uri"},"schema_url":{"type":"string","format":"uri"},"registry_url":{"type":"string","format":"uri"},"example_url":{"type":"string","format":"uri"},"field_registry_url":{"type":"string","format":"uri"},"transport_bindings_url":{"type":"string","format":"uri"},"trust_channels_url":{"type":"string","format":"uri"},"conformance_levels_url":{"type":"string","format":"uri"},"error_registry_url":{"type":"string","format":"uri"},"validate_url":{"type":"string","format":"uri"}}},"target_message_ref":{"type":"string","minLength":1}}},"provenance":{"type":"object","additionalProperties":false,"required":["trace_id","issued_at","log_ref","agent_id","model_id","confidence"],"properties":{"trace_id":{"type":"string","minLength":1},"parent_trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time"},"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"],"properties":{"stage":{"type":"string","minLength":1},"actor_id":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"note":{"type":"string"}}}}}},"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":["status","checked_profile","issues","summary","artifacts"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.conformance.result.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.conformance.result.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.conformance.result.v1"},{"profile_id":"uai.task.status.v1","title":"UAI Task Status v1","summary":"Schema for long-running async task state in the richer UAI-1 public exchange envelope.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.task.status.v1","title":"UAI Task Status v1","description":"Schema for long-running async task state in the richer UAI-1 public exchange envelope.","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.task.status.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"target":{"type":"object","additionalProperties":false,"required":["type","id"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"label":{"type":"string"},"uri":{"type":"string","format":"uri"},"did":{"type":"string","minLength":1},"role":{"type":"string"},"implementation":{"type":"string"}}},"conversation":{"type":"object","additionalProperties":false,"required":["conversation_id","turn_id","sequence"],"properties":{"conversation_id":{"type":"string","minLength":1},"turn_id":{"type":"string","minLength":1},"parent_message_id":{"type":"string","minLength":1},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","additionalProperties":false,"required":["mode","priority","expires_at","reply_requested","ack_required","task_ref"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"task_ref":{"type":"string","minLength":1}}},"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":["task_id","state","subject","progress","status_message"],"properties":{"task_id":{"type":"string","minLength":1},"state":{"type":"string","enum":["queued","accepted","working","blocked","completed","failed","cancelled"]},"subject":{"type":"string","minLength":1},"progress":{"type":"integer","minimum":0,"maximum":100},"status_message":{"type":"string","minLength":1},"result_profile":{"type":"string","minLength":1},"result_ref":{"type":"string","format":"uri"},"blocking_reasons":{"type":"array","items":{"type":"string","minLength":1}},"updated_fields":{"type":"array","items":{"type":"string","minLength":1}}}},"provenance":{"type":"object","additionalProperties":false,"required":["trace_id","issued_at","log_ref","agent_id","model_id","confidence"],"properties":{"trace_id":{"type":"string","minLength":1},"parent_trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time"},"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"],"properties":{"stage":{"type":"string","minLength":1},"actor_id":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"note":{"type":"string"}}}}}},"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":["task_id","state","subject","progress","status_message"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.task.status.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.task.status.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.task.status.v1"},{"profile_id":"uai.agent.message.v1","title":"UAI Agent Message v1","summary":"Portable multi-agent message packet for informational, directive, or query communication with context references and acknowledgement requirements. 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.message.v1.schema.json","title":"UAI Agent Message v1","description":"Portable multi-agent message packet for informational, directive, or query communication with context references and acknowledgement requirements. 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.message.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":["message_type","content","context_refs","requires_acknowledgement","intent_semantics","execution_constraints","support_boundary"],"properties":{"support_boundary":{"type":"string","pattern":"Agent runtimes execute"},"message_type":{"type":"string","enum":["informational","directive","query"]},"content":{"type":"string","minLength":1},"context_refs":{"type":"array","items":{"type":"string","minLength":1}},"requires_acknowledgement":{"type":"boolean"},"intent_semantics":{"type":"string","enum":["observation","delegation"]},"action_type":{"type":"string","enum":["informational","read_only","destructive_action","publishing_action","deployment_action","payment_like_action","memory_promotion"]},"execution_constraints":{"type":"object","additionalProperties":false,"required":["timeout_ms","fallback_directive","expected_output_schema"],"properties":{"timeout_ms":{"type":"integer","minimum":1},"fallback_directive":{"type":"string","minLength":8},"expected_output_schema":{"type":"object"},"allowed_actions":{"type":"array","items":{"type":"string"}},"forbidden_actions":{"type":"array","items":{"type":"string"}}}}}},"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":["message_type","content","context_refs","requires_acknowledgement","intent_semantics","execution_constraints","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.agent.message.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.agent.message.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.agent.message.v1"},{"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"},{"profile_id":"uai.agent.task-status.v1","title":"UAI Agent Task Status v1","summary":"Task status packet for progress, current action, UTC estimates, and correlation-linked task state from external runtimes. 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.task-status.v1.schema.json","title":"UAI Agent Task Status v1","description":"Task status packet for progress, current action, UTC estimates, and correlation-linked task state from external runtimes. 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.task-status.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":["task_id","state","percent_complete","current_action","support_boundary"],"properties":{"support_boundary":{"type":"string","pattern":"Agent runtimes execute"},"task_id":{"type":"string","pattern":"^task_[a-z0-9][a-z0-9._-]{5,95}$"},"state":{"type":"string","enum":["queued","in_progress","blocked","completed","failed"]},"percent_complete":{"type":"integer","minimum":0,"maximum":100},"current_action":{"type":"string","minLength":1},"estimated_completion_utc":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"}}},"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":["task_id","state","percent_complete","current_action","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.agent.task-status.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.agent.task-status.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.agent.task-status.v1"},{"profile_id":"uai.agent.blocker.v1","title":"UAI Agent Blocker v1","summary":"Blocker packet for authorization, resource, ambiguity, system fault, missing context, unsupported capability, validation, secret, destructive-action, and boundary conflicts. 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.blocker.v1.schema.json","title":"UAI Agent Blocker v1","description":"Blocker packet for authorization, resource, ambiguity, system fault, missing context, unsupported capability, validation, secret, destructive-action, and boundary conflicts. 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.blocker.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":["blocker_id","blocker_type","description","human_review_required","support_boundary"],"properties":{"support_boundary":{"type":"string","pattern":"Agent runtimes execute"},"blocker_id":{"type":"string","pattern":"^blk_[a-z0-9][a-z0-9._-]{5,95}$"},"blocker_type":{"type":"string","enum":["authorization","resource_exhaustion","ambiguity","system_fault","missing_context","unsupported_capability","validation_failure","secret","destructive_action","boundary_conflict"]},"description":{"type":"string","minLength":1},"human_review_required":{"type":"boolean"},"proposed_resolution":{"type":"string","minLength":1}}},"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":["blocker_id","blocker_type","description","human_review_required","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.agent.blocker.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.agent.blocker.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.agent.blocker.v1"},{"profile_id":"uai.agent.memory-proposal.v1","title":"UAI Agent Memory Proposal v1","summary":"Memory proposal packet that separates proposed durable facts from task execution and blocks secret or cold-memory direct promotion. 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.memory-proposal.v1.schema.json","title":"UAI Agent Memory Proposal v1","description":"Memory proposal packet that separates proposed durable facts from task execution and blocks secret or cold-memory direct promotion. 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.memory-proposal.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":["proposal_id","source_type","proposed_facts","proposed_status","task_execution_separation","support_boundary"],"properties":{"support_boundary":{"type":"string","pattern":"Agent runtimes execute"},"proposal_id":{"type":"string","pattern":"^memprop_[a-z0-9][a-z0-9._-]{5,95}$"},"source_type":{"type":"string","enum":["inference","external_search","current_context","warm_reference","cold_memory"]},"proposed_facts":{"type":"array","minItems":1,"items":[]},"proposed_status":{"type":"string","enum":["draft","pending_review","approved","rejected","current_truth"]},"task_execution_separation":{"type":"string","const":"memory_proposal_only"},"review_required":{"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":["proposal_id","source_type","proposed_facts","proposed_status","task_execution_separation","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.agent.memory-proposal.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.agent.memory-proposal.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.agent.memory-proposal.v1"},{"profile_id":"uai.agent.handoff.v1","title":"UAI Agent Handoff v1","summary":"Handoff packet for transferring task responsibility with target actor, context summary, reason, and exact next action. 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.handoff.v1.schema.json","title":"UAI Agent Handoff v1","description":"Handoff packet for transferring task responsibility with target actor, context summary, reason, and exact next action. 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.handoff.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":["task_id","target_agent_id","context_summary","handoff_reason","exact_next_action","support_boundary"],"properties":{"support_boundary":{"type":"string","pattern":"Agent runtimes execute"},"task_id":{"type":"string","pattern":"^task_[a-z0-9][a-z0-9._-]{5,95}$"},"target_agent_id":{"type":"string","pattern":"^(agt|runtime|human|svc|project)_[a-z0-9][a-z0-9._-]{2,95}$"},"context_summary":{"type":"string","minLength":1},"handoff_reason":{"type":"string","enum":["capability_mismatch","turn_limit_reached","specialization_required","human_review_required","blocked_by_boundary","continuation_requested"]},"exact_next_action":{"type":"string","minLength":1},"delegated_authorization":{"type":"object","additionalProperties":false,"required":["authorization_ref","secret_values_included"],"properties":{"authorization_ref":{"type":"string","minLength":1},"secret_values_included":{"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":["task_id","target_agent_id","context_summary","handoff_reason","exact_next_action","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.agent.handoff.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.agent.handoff.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.agent.handoff.v1"},{"profile_id":"uai.agent.final-report.v1","title":"UAI Agent Final Report v1","summary":"Final report packet requiring complete task evidence, files, tests, skipped checks, blockers, risks, memory decisions, and exact next action. 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.final-report.v1.schema.json","title":"UAI Agent Final Report v1","description":"Final report packet requiring complete task evidence, files, tests, skipped checks, blockers, risks, memory decisions, and exact next action. 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.final-report.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":["task_id","summary","files_changed","new_files","tests_run","skipped_checks","blockers","risks","validation_evidence","memory_updates_proposed","memory_updates_skipped","exact_next_action","support_boundary"],"properties":{"support_boundary":{"type":"string","pattern":"Agent runtimes execute"},"task_id":{"type":"string","pattern":"^task_[a-z0-9][a-z0-9._-]{5,95}$"},"summary":{"type":"string","minLength":1},"files_changed":{"type":"array","items":{"type":"string"}},"new_files":{"type":"array","items":{"type":"string"}},"tests_run":{"type":"array","items":{"type":"string"}},"skipped_checks":{"type":"array","items":{"type":"string"}},"blockers":{"type":"array","items":{"type":"string"}},"risks":{"type":"array","items":{"type":"string"}},"validation_evidence":{"type":"array","items":{"type":"string"}},"memory_updates_proposed":{"type":"array","items":{"type":"string"}},"memory_updates_skipped":{"type":"array","items":{"type":"string"}},"exact_next_action":{"type":"string","minLength":1}}},"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":["task_id","summary","files_changed","new_files","tests_run","skipped_checks","blockers","risks","validation_evidence","memory_updates_proposed","memory_updates_skipped","exact_next_action","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.agent.final-report.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.agent.final-report.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.agent.final-report.v1"},{"profile_id":"uai.agent.correction.v1","title":"UAI Agent Correction v1","summary":"Correction packet that preserves immutable history by explaining what changed and why instead of deleting prior messages. 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.correction.v1.schema.json","title":"UAI Agent Correction v1","description":"Correction packet that preserves immutable history by explaining what changed and why instead of deleting prior messages. 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.correction.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":["original_message_id","correction_reason","changed_summary","support_boundary"],"properties":{"support_boundary":{"type":"string","pattern":"Agent runtimes execute"},"original_message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"correction_reason":{"type":"string","minLength":1},"changed_summary":{"type":"string","minLength":1},"corrected_fields":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["field_path","previous_value_summary","corrected_value_summary"],"properties":{"field_path":{"type":"string","minLength":1},"previous_value_summary":{"type":"string","minLength":1},"corrected_value_summary":{"type":"string","minLength":1}}}},"revised_payload":{"type":"object"}}},"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":["original_message_id","correction_reason","changed_summary","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.agent.correction.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.agent.correction.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.agent.correction.v1"},{"profile_id":"uai.capability.profile.v1","title":"UAI Capability Profile v1","summary":"Capability-adaptive web interaction profile for declaring the client level, safe fallbacks, consent boundaries, known limits, and evidence expected before an agent or browser claims support.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.capability.profile.v1","title":"UAI Capability Profile v1","description":"Capability-adaptive web interaction profile for declaring the client level, safe fallbacks, consent boundaries, known limits, and evidence expected before an agent or browser claims support.","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.capability.profile.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object","properties":{"conversation_id":{"type":"string","minLength":1},"turn_id":{"type":"string","minLength":1},"parent_message_id":{"type":"string","minLength":1},"correlation_id":{"type":"string","minLength":1},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"idempotency_key":{"type":"string","minLength":1},"retry_count":{"type":"integer","minimum":0},"sequence":{"type":"integer","minimum":1},"lifecycle":{"type":"string","minLength":1},"timeout_ms":{"type":"integer","minimum":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"properties":{"client_level":{"type":"string","enum":["L0","L1","L2","L3","L4","L5","L6"]},"client_name":{"type":"string","minLength":2},"can_fetch_static":{"type":"boolean"},"can_fetch_json":{"type":"boolean"},"can_execute_javascript":{"type":"boolean"},"can_use_browser_ui":{"type":"boolean"},"can_post_data":{"type":"boolean"},"can_authenticate":{"type":"boolean"},"can_call_tools":{"type":"boolean"},"can_run_long_tasks":{"type":"boolean"},"can_store_memory":{"type":"boolean"},"can_coordinate_agents":{"type":"boolean"},"requires_human_consent_for":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"known_limits":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time"},"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"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.capability.profile.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.capability.profile.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.capability.profile.v1"},{"profile_id":"uai.capability.negotiation.v1","title":"UAI Capability Negotiation v1","summary":"Capability negotiation record for matching a task to the safest client level, unsupported features, consent boundary, fallback behavior, and evidence requirements.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.capability.negotiation.v1","title":"UAI Capability Negotiation v1","description":"Capability negotiation record for matching a task to the safest client level, unsupported features, consent boundary, fallback behavior, and evidence requirements.","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.capability.negotiation.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object","required":["correlation_id"],"properties":{"conversation_id":{"type":"string","minLength":1},"turn_id":{"type":"string","minLength":1},"parent_message_id":{"type":"string","minLength":1},"correlation_id":{"type":"string","minLength":1},"traceparent":{"type":"string","minLength":1},"sequence":{"type":"integer","minimum":1}}},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"mode":{"type":"string","enum":["sync","async","event"]},"priority":{"type":"string","enum":["routine","interactive","urgent"]},"expires_at":{"type":"string","format":"date-time"},"reply_requested":{"type":"boolean"},"ack_required":{"type":"boolean"},"idempotency_key":{"type":"string","minLength":1},"retry_count":{"type":"integer","minimum":0},"sequence":{"type":"integer","minimum":1},"lifecycle":{"type":"string","minLength":1},"timeout_ms":{"type":"integer","minimum":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["negotiation_id","requested_client_level","observed_client_level","selected_client_level","selected_profile","requested_operation","unsupported_features","fallback_behavior","consent_boundaries","evidence_requirements","recommended_uaix_profiles","safe_default_response","support_boundary"],"properties":{"negotiation_id":{"type":"string","minLength":1},"requested_client_level":{"type":"string","enum":["L0","L1","L2","L3","L4","L5","L6"]},"observed_client_level":{"type":"string","enum":["L0","L1","L2","L3","L4","L5","L6"]},"selected_client_level":{"type":"string","enum":["L0","L1","L2","L3","L4","L5","L6"]},"selected_profile":{"type":"string","minLength":1},"requested_operation":{"type":"string","minLength":1},"unsupported_features":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"consent_boundaries":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"trace_id":{"type":"string","minLength":1},"issued_at":{"type":"string","format":"date-time"},"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"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["negotiation_id","requested_client_level","observed_client_level","selected_client_level","selected_profile","requested_operation","unsupported_features","fallback_behavior","consent_boundaries","evidence_requirements","recommended_uaix_profiles","safe_default_response","support_boundary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.capability.negotiation.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.capability.negotiation.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.capability.negotiation.v1"},{"profile_id":"uai.client.limited-browser.v1","title":"UAI Limited Browser Client v1","summary":"L0 client capability profile for static text, static HTML, Markdown, sitemap, llms.txt, and JSON fetches without JavaScript execution or write authority.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.client.limited-browser.v1","title":"UAI Limited Browser Client v1","description":"L0 client capability profile for static text, static HTML, Markdown, sitemap, llms.txt, and JSON fetches without JavaScript execution or write authority.","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.client.limited-browser.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"expires_at":{"type":"string","format":"date-time"},"idempotency_key":{"type":"string","minLength":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"properties":{"client_level":{"type":"string","const":"L0"},"client_name":{"type":"string","minLength":2},"can_fetch_static":{"type":"boolean"},"can_fetch_json":{"type":"boolean"},"can_execute_javascript":{"type":"boolean"},"can_use_browser_ui":{"type":"boolean"},"can_post_data":{"type":"boolean"},"can_authenticate":{"type":"boolean"},"can_call_tools":{"type":"boolean"},"can_run_long_tasks":{"type":"boolean"},"can_store_memory":{"type":"boolean"},"can_coordinate_agents":{"type":"boolean"},"requires_human_consent_for":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"known_limits":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"issued_at":{"type":"string","format":"date-time"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.client.limited-browser.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.client.limited-browser.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.client.limited-browser.v1"},{"profile_id":"uai.client.structured-fetch.v1","title":"UAI Structured Fetch Client v1","summary":"L1 client capability profile for predictable structured fetch of static resources and machine-readable JSON with low-token, no-JavaScript fallbacks.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.client.structured-fetch.v1","title":"UAI Structured Fetch Client v1","description":"L1 client capability profile for predictable structured fetch of static resources and machine-readable JSON with low-token, no-JavaScript fallbacks.","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.client.structured-fetch.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"expires_at":{"type":"string","format":"date-time"},"idempotency_key":{"type":"string","minLength":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"properties":{"client_level":{"type":"string","const":"L1"},"client_name":{"type":"string","minLength":2},"can_fetch_static":{"type":"boolean"},"can_fetch_json":{"type":"boolean"},"can_execute_javascript":{"type":"boolean"},"can_use_browser_ui":{"type":"boolean"},"can_post_data":{"type":"boolean"},"can_authenticate":{"type":"boolean"},"can_call_tools":{"type":"boolean"},"can_run_long_tasks":{"type":"boolean"},"can_store_memory":{"type":"boolean"},"can_coordinate_agents":{"type":"boolean"},"requires_human_consent_for":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"known_limits":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"issued_at":{"type":"string","format":"date-time"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.client.structured-fetch.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.client.structured-fetch.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.client.structured-fetch.v1"},{"profile_id":"uai.client.browser-assisted.v1","title":"UAI Browser-Assisted Client v1","summary":"L2 client capability profile for human-visible browser assistance, JavaScript rendering, and parity checks without autonomous tool execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.client.browser-assisted.v1","title":"UAI Browser-Assisted Client v1","description":"L2 client capability profile for human-visible browser assistance, JavaScript rendering, and parity checks without autonomous tool execution.","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.client.browser-assisted.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"expires_at":{"type":"string","format":"date-time"},"idempotency_key":{"type":"string","minLength":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"properties":{"client_level":{"type":"string","const":"L2"},"client_name":{"type":"string","minLength":2},"can_fetch_static":{"type":"boolean"},"can_fetch_json":{"type":"boolean"},"can_execute_javascript":{"type":"boolean"},"can_use_browser_ui":{"type":"boolean"},"can_post_data":{"type":"boolean"},"can_authenticate":{"type":"boolean"},"can_call_tools":{"type":"boolean"},"can_run_long_tasks":{"type":"boolean"},"can_store_memory":{"type":"boolean"},"can_coordinate_agents":{"type":"boolean"},"requires_human_consent_for":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"known_limits":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"issued_at":{"type":"string","format":"date-time"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.client.browser-assisted.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.client.browser-assisted.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.client.browser-assisted.v1"},{"profile_id":"uai.client.tool-agent.v1","title":"UAI Tool Agent Client v1","summary":"L3 client capability profile for tool-calling agents that can fetch, authenticate, and post through explicit consent and idempotency controls.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.client.tool-agent.v1","title":"UAI Tool Agent Client v1","description":"L3 client capability profile for tool-calling agents that can fetch, authenticate, and post through explicit consent and idempotency controls.","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.client.tool-agent.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"expires_at":{"type":"string","format":"date-time"},"idempotency_key":{"type":"string","minLength":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"properties":{"client_level":{"type":"string","const":"L3"},"client_name":{"type":"string","minLength":2},"can_fetch_static":{"type":"boolean"},"can_fetch_json":{"type":"boolean"},"can_execute_javascript":{"type":"boolean"},"can_use_browser_ui":{"type":"boolean"},"can_post_data":{"type":"boolean"},"can_authenticate":{"type":"boolean"},"can_call_tools":{"type":"boolean"},"can_run_long_tasks":{"type":"boolean"},"can_store_memory":{"type":"boolean"},"can_coordinate_agents":{"type":"boolean"},"requires_human_consent_for":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"known_limits":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"issued_at":{"type":"string","format":"date-time"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.client.tool-agent.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.client.tool-agent.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.client.tool-agent.v1"},{"profile_id":"uai.client.workflow-agent.v1","title":"UAI Workflow Agent Client v1","summary":"L4 client capability profile for long-running workflow agents that preserve correlation, task status, fallback, consent, and final-report evidence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.client.workflow-agent.v1","title":"UAI Workflow Agent Client v1","description":"L4 client capability profile for long-running workflow agents that preserve correlation, task status, fallback, consent, and final-report evidence.","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.client.workflow-agent.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"expires_at":{"type":"string","format":"date-time"},"idempotency_key":{"type":"string","minLength":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"properties":{"client_level":{"type":"string","const":"L4"},"client_name":{"type":"string","minLength":2},"can_fetch_static":{"type":"boolean"},"can_fetch_json":{"type":"boolean"},"can_execute_javascript":{"type":"boolean"},"can_use_browser_ui":{"type":"boolean"},"can_post_data":{"type":"boolean"},"can_authenticate":{"type":"boolean"},"can_call_tools":{"type":"boolean"},"can_run_long_tasks":{"type":"boolean"},"can_store_memory":{"type":"boolean"},"can_coordinate_agents":{"type":"boolean"},"requires_human_consent_for":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"known_limits":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"issued_at":{"type":"string","format":"date-time"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.client.workflow-agent.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.client.workflow-agent.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.client.workflow-agent.v1"},{"profile_id":"uai.client.multi-agent-runtime.v1","title":"UAI Multi-Agent Runtime Client v1","summary":"L5 client capability profile for external multi-agent runtimes that coordinate agents while preserving UAIX as the record and evidence boundary, not the executor.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.client.multi-agent-runtime.v1","title":"UAI Multi-Agent Runtime Client v1","description":"L5 client capability profile for external multi-agent runtimes that coordinate agents while preserving UAIX as the record and evidence boundary, not the executor.","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.client.multi-agent-runtime.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"expires_at":{"type":"string","format":"date-time"},"idempotency_key":{"type":"string","minLength":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"properties":{"client_level":{"type":"string","const":"L5"},"client_name":{"type":"string","minLength":2},"can_fetch_static":{"type":"boolean"},"can_fetch_json":{"type":"boolean"},"can_execute_javascript":{"type":"boolean"},"can_use_browser_ui":{"type":"boolean"},"can_post_data":{"type":"boolean"},"can_authenticate":{"type":"boolean"},"can_call_tools":{"type":"boolean"},"can_run_long_tasks":{"type":"boolean"},"can_store_memory":{"type":"boolean"},"can_coordinate_agents":{"type":"boolean"},"requires_human_consent_for":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"known_limits":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"issued_at":{"type":"string","format":"date-time"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.client.multi-agent-runtime.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.client.multi-agent-runtime.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.client.multi-agent-runtime.v1"},{"profile_id":"uai.client.audited-agent-system.v1","title":"UAI Audited Agent System Client v1","summary":"L6 client capability profile for high-assurance agent systems that attach provenance, audit evidence, consent records, final reports, and fallback proof.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"urn:uaix:uai-1:schema:uai.client.audited-agent-system.v1","title":"UAI Audited Agent System Client v1","description":"L6 client capability profile for high-assurance agent systems that attach provenance, audit evidence, consent records, final reports, and fallback proof.","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.client.audited-agent-system.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object","required":["expires_at","idempotency_key","fallback_directive"],"properties":{"expires_at":{"type":"string","format":"date-time"},"idempotency_key":{"type":"string","minLength":1},"fallback_directive":{"type":"string","minLength":8}}},"trust":{"type":"object"},"body":{"type":"object","additionalProperties":false,"required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"properties":{"client_level":{"type":"string","const":"L6"},"client_name":{"type":"string","minLength":2},"can_fetch_static":{"type":"boolean"},"can_fetch_json":{"type":"boolean"},"can_execute_javascript":{"type":"boolean"},"can_use_browser_ui":{"type":"boolean"},"can_post_data":{"type":"boolean"},"can_authenticate":{"type":"boolean"},"can_call_tools":{"type":"boolean"},"can_run_long_tasks":{"type":"boolean"},"can_store_memory":{"type":"boolean"},"can_coordinate_agents":{"type":"boolean"},"requires_human_consent_for":{"type":"array","items":{"type":"string","minLength":1}},"recommended_uaix_profiles":{"type":"array","items":{"type":"string","minLength":1}},"fallback_behavior":{"type":"string","minLength":8},"known_limits":{"type":"array","items":{"type":"string","minLength":1}},"evidence_requirements":{"type":"array","items":{"type":"string","minLength":1}},"safe_default_response":{"type":"string","minLength":8},"support_boundary":{"type":"string","minLength":1},"carcinus_boundary":{"type":"string","minLength":1},"localendpoint_boundary":{"type":"string","minLength":1}}},"provenance":{"type":"object","required":["issued_at"],"properties":{"issued_at":{"type":"string","format":"date-time"}}},"integrity":{"type":"object"},"extensions":{"type":"array"}}},"body_required":["client_level","client_name","can_fetch_static","can_fetch_json","can_execute_javascript","can_use_browser_ui","can_post_data","can_authenticate","can_call_tools","can_run_long_tasks","can_store_memory","can_coordinate_agents","requires_human_consent_for","recommended_uaix_profiles","fallback_behavior","known_limits","evidence_requirements","safe_default_response"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uai.client.audited-agent-system.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uai.client.audited-agent-system.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uai.client.audited-agent-system.v1"},{"profile_id":"uaix.ability-profile.v1","title":"UAIX Ability Profile L6 v1","summary":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.ability-profile.l6.v1.schema.json","title":"UAIX Ability Profile L6 v1","description":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.ability-profile.l6.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"properties":{"ability_profile_id":{"type":["string","array","object","boolean","number","null"],"description":"ability_profile_id value for UAIX Ability Profile L6 v1."},"declared_level":{"type":["string","array","object","boolean","number","null"],"description":"declared_level value for UAIX Ability Profile L6 v1."},"label":{"type":["string","array","object","boolean","number","null"],"description":"label value for UAIX Ability Profile L6 v1."},"capability_surface":{"type":["string","array","object","boolean","number","null"],"description":"capability_surface value for UAIX Ability Profile L6 v1."},"authority_boundary":{"type":["string","array","object","boolean","number","null"],"description":"authority_boundary value for UAIX Ability Profile L6 v1."},"required_human_approval":{"type":["string","array","object","boolean","number","null"],"description":"required_human_approval value for UAIX Ability Profile L6 v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Ability Profile L6 v1."},"evidence_requirements":{"type":["string","array","object","boolean","number","null"],"description":"evidence_requirements value for UAIX Ability Profile L6 v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.ability-profile.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.ability-profile.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.ability-profile.v1"},{"profile_id":"uaix.startup-packet.v1","title":"UAIX Startup Packet v1","summary":"UAIX Startup Packet v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.startup-packet.v1.schema.json","title":"UAIX Startup Packet v1","description":"UAIX Startup Packet v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.startup-packet.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["startup_packet_id","read_order","domain_boundaries","first_acceptable_response","no_op_triggers","validation_targets","identity","token_custody","discovery_bootstrap","safe_harbor","utc_requirements"],"properties":{"startup_packet_id":{"type":["string","array","object","boolean","number","null"],"description":"startup_packet_id value for UAIX Startup Packet v1."},"read_order":{"type":["string","array","object","boolean","number","null"],"description":"read_order value for UAIX Startup Packet v1."},"domain_boundaries":{"type":["string","array","object","boolean","number","null"],"description":"domain_boundaries value for UAIX Startup Packet v1."},"first_acceptable_response":{"type":["string","array","object","boolean","number","null"],"description":"first_acceptable_response value for UAIX Startup Packet v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Startup Packet v1."},"validation_targets":{"type":["string","array","object","boolean","number","null"],"description":"validation_targets value for UAIX Startup Packet v1."},"identity":{"type":["string","array","object","boolean","number","null"],"description":"identity value for UAIX Startup Packet v1."},"token_custody":{"type":["string","array","object","boolean","number","null"],"description":"token_custody value for UAIX Startup Packet v1."},"discovery_bootstrap":{"type":["string","array","object","boolean","number","null"],"description":"discovery_bootstrap value for UAIX Startup Packet v1."},"safe_harbor":{"type":["string","array","object","boolean","number","null"],"description":"safe_harbor value for UAIX Startup Packet v1."},"utc_requirements":{"type":["string","array","object","boolean","number","null"],"description":"utc_requirements value for UAIX Startup Packet v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["startup_packet_id","read_order","domain_boundaries","first_acceptable_response","no_op_triggers","validation_targets","identity","token_custody","discovery_bootstrap","safe_harbor","utc_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.startup-packet.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.startup-packet.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.startup-packet.v1"},{"profile_id":"uaix.memory-maintenance.v1","title":"UAIX Memory Maintenance v1","summary":"Universal required UAIX memory package policy for memory lifecycle, hot\/cold boundaries, compaction, archival policy, access controls, protected paths, validation behavior, and memory write safety.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.memory-maintenance.v1.schema.json","title":"UAIX Memory Maintenance v1","description":"Universal required UAIX memory package policy for memory lifecycle, hot\/cold boundaries, compaction, archival policy, access controls, protected paths, validation behavior, and memory write safety.","type":"object","additionalProperties":true,"required":["uai_version","profile","schema_version","requirement","governance","protected_paths","validation","recommendation_boundary","provenance"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.memory-maintenance.v1"},"schema_version":{"type":"integer","const":1},"requirement":{"type":"object","additionalProperties":true,"required":["path","level","universal_statement","missing_behavior"],"properties":{"path":{"const":".uai\/memory-maintenance.uai"},"level":{"const":"universal_required"},"universal_statement":{"const":"Every UAIX memory package MUST contain `.uai\/memory-maintenance.uai`. No exceptions. Missing or invalid `.uai\/memory-maintenance.uai` makes the package non-compliant."},"missing_behavior":{"const":"package_non_compliant"}}},"governance":{"type":"object","additionalProperties":true,"required":["governance_statement","governs"],"properties":{"governance_statement":{"const":"`.uai\/memory-maintenance.uai` governs memory lifecycle, hot\/cold boundaries, compaction cadence, archival policy, promotion and demotion rules, access controls, protected paths, review gates, validation behavior, and memory write safety."},"governs":{"type":"array","items":{"type":"string"},"contains":{"const":"protected paths"}}}},"protected_paths":{"type":"array","minItems":3,"items":{"type":"object","additionalProperties":true,"required":["path","protected_when_present","access","agent_default","operations"],"properties":{"path":{"enum":[".uai\/taboo.uai",".uai\/totem.uai",".uai\/talisman.uai"]},"protected_when_present":{"const":true},"access":{"const":"operator_explicit_only"},"agent_default":{"const":"forbidden"},"infer_from_absence":{"const":false},"operations":{"type":"object","additionalProperties":false,"required":["read","open","validate","lint","create","modify","package","export","index","inspect"],"properties":{"read":{"const":false},"open":{"const":false},"validate":{"const":false},"lint":{"const":false},"create":{"const":false},"modify":{"const":false},"package":{"const":false},"export":{"const":false},"index":{"const":false},"inspect":{"const":false}}}}}},"validation":{"type":"object","additionalProperties":true,"required":["package_requires_memory_maintenance","package_including_protected_artifact_is_non_compliant","validator_must_not_scan_protected_artifacts"],"properties":{"package_requires_memory_maintenance":{"const":true},"package_including_protected_artifact_is_non_compliant":{"const":true},"validator_must_not_scan_protected_artifacts":{"const":true}}},"recommendation_boundary":{"type":"object","additionalProperties":true,"required":["suggestions_allowed","action_requires_exact_human_authorization","general_permission_is_not_authorization"],"properties":{"suggestions_allowed":{"const":true},"action_requires_exact_human_authorization":{"const":true},"general_permission_is_not_authorization":{"const":true}}},"provenance":{"type":"object"}}},"body_required":[],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.memory-maintenance.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.memory-maintenance.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.memory-maintenance.v1"},{"profile_id":"uaix.next-recursive-prompt.v1","title":"UAIX Next Recursive Prompt v1","summary":"Derived hot-memory resume artifact for code-bearing UAIX packages. Authoritative .uai records win on conflict. This record is not a second source of truth and does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.next-recursive-prompt.v1.schema.json","title":"UAIX Next Recursive Prompt v1","description":"Derived hot-memory resume artifact for code-bearing UAIX packages. Authoritative .uai records win on conflict. This record is not a second source of truth and does not authorize execution.","type":"object","additionalProperties":true,"required":["uai_version","profile","schema_version","scope","lifecycle","activation_policy","objective","authoritative_refs","resume_context","next_loop","checks","writeback_policy","security","cold_memory","integrity","provenance"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.next-recursive-prompt.v1"},"schema_version":{"type":"integer","const":1},"scope":{"type":"object","additionalProperties":true,"required":["scope_id","scope_path","local_uai_root","code_scope","scope_basis","requirement_rule"],"properties":{"scope_id":{"type":"string"},"scope_path":{"type":"string"},"local_uai_root":{"const":".uai\/"},"code_scope":{"type":"boolean"},"scope_basis":{"type":"array","items":{"type":"string","enum":["code","automation","executable-workflow","code-like-artifact"]},"uniqueItems":true},"requirement_rule":{"type":"string","const":"Required for agents that deal with code, automation, executable workflows, or code-like artifacts: next-recursive-prompt.uai."},"out_of_scope_rule":{"type":"string","const":"Out of scope for agents with no code, automation, executable workflow, or code-like artifacts: next-recursive-prompt.uai."}}},"lifecycle":{"type":"object","additionalProperties":true,"required":["status","generation_status","validity_boundary","attempt","supersedes_checksum"],"properties":{"status":{"type":"string"},"generation_status":{"type":"string"},"validity_boundary":{"type":"string"},"attempt":{"type":"integer","minimum":1},"supersedes_checksum":{"type":"string"}}},"activation_policy":{"type":"object","additionalProperties":true,"required":["activation_rule","relevance_review_rule","intake_precedence_rule","current_instruction_rule","regeneration_rule","next_prompt_visibility_rule"],"properties":{"activation_rule":{"type":"string"},"relevance_review_rule":{"type":"string"},"intake_precedence_rule":{"type":"string"},"current_instruction_rule":{"type":"string"},"regeneration_rule":{"type":"string"},"non_activation_examples":{"type":"array","items":{"type":"string"}},"next_prompt_visibility_rule":{"type":"string","description":"Requires final reports to show a detailed suggested next prompt to the human for review, editing, or keep-going continuation."}}},"objective":{"type":"object","additionalProperties":true,"required":["task_id","summary","priority","done_criteria"],"properties":{"task_id":{"type":"string"},"summary":{"type":"string"},"priority":{"type":"string"},"done_criteria":{"type":"array","items":{"type":"string"}}}},"authoritative_refs":{"type":"object","additionalProperties":{"type":"string"}},"resume_context":{"type":"object","additionalProperties":true,"required":["current_truth_summary","recent_changes","active_blockers","why_now"],"properties":{"current_truth_summary":{"type":"array","items":{"type":"string"}},"recent_changes":{"type":"array","items":{"type":"string"}},"active_blockers":{"type":"array","items":{"type":"string"}},"why_now":{"type":"string"}}},"next_loop":{"type":"object","additionalProperties":true,"required":["mode","first_response_contract","ordered_steps","if_blocked","final_response_contract"],"properties":{"mode":{"type":"string"},"first_response_contract":{"type":"object","additionalProperties":true},"ordered_steps":{"type":"array","items":{"type":"string"}},"if_blocked":{"type":"object","additionalProperties":true},"final_response_contract":{"type":"object","additionalProperties":true,"required":["must_include"],"properties":{"must_include":{"type":"array","items":{"type":"string"}}}}}},"checks":{"type":"object","additionalProperties":true,"required":["required","out_of_scope_for_this_scope","last_known_results"]},"writeback_policy":{"type":"object","additionalProperties":true,"required":["must_update_before_success","update_decisions_if_changed","never_copy_into_hot_files"]},"security":{"type":"object","additionalProperties":true,"required":["approval_required_for","no_op_triggers","escalation_triggers","local_policy_wins"],"properties":{"local_policy_wins":{"const":true}}},"cold_memory":{"type":"object","additionalProperties":true,"required":["refs"]},"integrity":{"type":"object","additionalProperties":true,"required":["canonicalization","checksum","source_digests","signatures"],"properties":{"canonicalization":{"const":"canonical-json"},"checksum":{"type":"string"},"source_digests":{"type":"array"},"signatures":{"type":"array"},"yaml_mirror_allowed":{"const":false}}},"provenance":{"type":"object","additionalProperties":true,"required":["trigger","generated_by","runtime_id","issue_status"]}},"support_boundary":"Required for agents that deal with code, automation, executable workflows, or code-like artifacts: next-recursive-prompt.uai. Out of scope for agents with no code, automation, executable workflow, or code-like artifacts: next-recursive-prompt.uai.","authority_boundary":"This is a derived hot-memory resume artifact. Authoritative .uai records, AGENTS.md, repository policy, current human instructions, and related active intake win on conflict. The stored next_loop plan is used for continuation or directly related requests, reviewed for useful ideas when relevant, expanded or superseded by related File Handoff intake, superseded by specific unrelated user instructions, and surfaced back to the human as a detailed suggested next prompt before the next continuation.","failure_boundary":"When missing, stale, invalid, contradictory, or evidence-broken in a required code-bearing scope, regenerate from authoritative .uai records or enter blocked recovery instead of proceeding by inference."},"body_required":[],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.next-recursive-prompt.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.next-recursive-prompt.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.next-recursive-prompt.v1"},{"profile_id":"uaix.suspension-packet.v1","title":"UAIX Suspension Packet v1","summary":"UAIX Suspension Packet v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.suspension-packet.v1.schema.json","title":"UAIX Suspension Packet v1","description":"UAIX Suspension Packet v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.suspension-packet.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["suspension_packet_id","state_summary","checks_run","checks_skipped","blockers","next_safe_step","network_obstruction","retry_policy","evidence_packet","human_escalation"],"properties":{"suspension_packet_id":{"type":["string","array","object","boolean","number","null"],"description":"suspension_packet_id value for UAIX Suspension Packet v1."},"state_summary":{"type":["string","array","object","boolean","number","null"],"description":"state_summary value for UAIX Suspension Packet v1."},"checks_run":{"type":["string","array","object","boolean","number","null"],"description":"checks_run value for UAIX Suspension Packet v1."},"checks_skipped":{"type":["string","array","object","boolean","number","null"],"description":"checks_skipped value for UAIX Suspension Packet v1."},"blockers":{"type":["string","array","object","boolean","number","null"],"description":"blockers value for UAIX Suspension Packet v1."},"next_safe_step":{"type":["string","array","object","boolean","number","null"],"description":"next_safe_step value for UAIX Suspension Packet v1."},"network_obstruction":{"type":["string","array","object","boolean","number","null"],"description":"network_obstruction value for UAIX Suspension Packet v1."},"retry_policy":{"type":["string","array","object","boolean","number","null"],"description":"retry_policy value for UAIX Suspension Packet v1."},"evidence_packet":{"type":["string","array","object","boolean","number","null"],"description":"evidence_packet value for UAIX Suspension Packet v1."},"human_escalation":{"type":["string","array","object","boolean","number","null"],"description":"human_escalation value for UAIX Suspension Packet v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["suspension_packet_id","state_summary","checks_run","checks_skipped","blockers","next_safe_step","network_obstruction","retry_policy","evidence_packet","human_escalation"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.suspension-packet.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.suspension-packet.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.suspension-packet.v1"},{"profile_id":"uaix.receiver-brief.v1","title":"UAIX Receiver Brief v1","summary":"UAIX Receiver Brief v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.receiver-brief.v1.schema.json","title":"UAIX Receiver Brief v1","description":"UAIX Receiver Brief v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.receiver-brief.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["receiver_brief_id","read_order","first_acceptable_response","domain_boundaries","escalation_triggers","no_op_triggers"],"properties":{"receiver_brief_id":{"type":["string","array","object","boolean","number","null"],"description":"receiver_brief_id value for UAIX Receiver Brief v1."},"read_order":{"type":["string","array","object","boolean","number","null"],"description":"read_order value for UAIX Receiver Brief v1."},"first_acceptable_response":{"type":["string","array","object","boolean","number","null"],"description":"first_acceptable_response value for UAIX Receiver Brief v1."},"domain_boundaries":{"type":["string","array","object","boolean","number","null"],"description":"domain_boundaries value for UAIX Receiver Brief v1."},"escalation_triggers":{"type":["string","array","object","boolean","number","null"],"description":"escalation_triggers value for UAIX Receiver Brief v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Receiver Brief v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["receiver_brief_id","read_order","first_acceptable_response","domain_boundaries","escalation_triggers","no_op_triggers"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.receiver-brief.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.receiver-brief.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.receiver-brief.v1"},{"profile_id":"uaix.memory-firewall-policy.v1","title":"UAIX Memory Firewall Policy v1","summary":"UAIX Memory Firewall Policy v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.memory-firewall-policy.v1.schema.json","title":"UAIX Memory Firewall Policy v1","description":"UAIX Memory Firewall Policy v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.memory-firewall-policy.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["policy_id","quarantine_default","adoption_requirements","blocked_requests","no_op_triggers","human_review_required"],"properties":{"policy_id":{"type":["string","array","object","boolean","number","null"],"description":"policy_id value for UAIX Memory Firewall Policy v1."},"quarantine_default":{"type":["string","array","object","boolean","number","null"],"description":"quarantine_default value for UAIX Memory Firewall Policy v1."},"adoption_requirements":{"type":["string","array","object","boolean","number","null"],"description":"adoption_requirements value for UAIX Memory Firewall Policy v1."},"blocked_requests":{"type":["string","array","object","boolean","number","null"],"description":"blocked_requests value for UAIX Memory Firewall Policy v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Memory Firewall Policy v1."},"human_review_required":{"type":["string","array","object","boolean","number","null"],"description":"human_review_required value for UAIX Memory Firewall Policy v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["policy_id","quarantine_default","adoption_requirements","blocked_requests","no_op_triggers","human_review_required"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.memory-firewall-policy.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.memory-firewall-policy.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.memory-firewall-policy.v1"},{"profile_id":"uaix.no-op-trigger-catalog.v1","title":"UAIX No-Op Trigger Catalog v1","summary":"UAIX No-Op Trigger Catalog v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.no-op-trigger-catalog.v1.schema.json","title":"UAIX No-Op Trigger Catalog v1","description":"UAIX No-Op Trigger Catalog v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.no-op-trigger-catalog.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["catalog_id","triggers","default_response","human_review_url","forbidden_recovery"],"properties":{"catalog_id":{"type":["string","array","object","boolean","number","null"],"description":"catalog_id value for UAIX No-Op Trigger Catalog v1."},"triggers":{"type":["string","array","object","boolean","number","null"],"description":"triggers value for UAIX No-Op Trigger Catalog v1."},"default_response":{"type":["string","array","object","boolean","number","null"],"description":"default_response value for UAIX No-Op Trigger Catalog v1."},"human_review_url":{"type":["string","array","object","boolean","number","null"],"description":"human_review_url value for UAIX No-Op Trigger Catalog v1."},"forbidden_recovery":{"type":["string","array","object","boolean","number","null"],"description":"forbidden_recovery value for UAIX No-Op Trigger Catalog v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["catalog_id","triggers","default_response","human_review_url","forbidden_recovery"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.no-op-trigger-catalog.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.no-op-trigger-catalog.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.no-op-trigger-catalog.v1"},{"profile_id":"uaix.authority-boundary.v1","title":"UAIX Authority Boundary v1","summary":"UAIX Authority Boundary v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.authority-boundary.v1.schema.json","title":"UAIX Authority Boundary v1","description":"UAIX Authority Boundary v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.authority-boundary.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["matrix_id","boundaries","not_authorized_for","no_op_triggers","safe_quote_summary"],"properties":{"matrix_id":{"type":["string","array","object","boolean","number","null"],"description":"matrix_id value for UAIX Authority Boundary v1."},"boundaries":{"type":["string","array","object","boolean","number","null"],"description":"boundaries value for UAIX Authority Boundary v1."},"not_authorized_for":{"type":["string","array","object","boolean","number","null"],"description":"not_authorized_for value for UAIX Authority Boundary v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Authority Boundary v1."},"safe_quote_summary":{"type":["string","array","object","boolean","number","null"],"description":"safe_quote_summary value for UAIX Authority Boundary v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["matrix_id","boundaries","not_authorized_for","no_op_triggers","safe_quote_summary"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.authority-boundary.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.authority-boundary.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.authority-boundary.v1"},{"profile_id":"uaix.conformance-evidence.v1","title":"UAIX Conformance Evidence v1","summary":"UAIX Conformance Evidence v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.conformance-evidence.v1.schema.json","title":"UAIX Conformance Evidence v1","description":"UAIX Conformance Evidence v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.conformance-evidence.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["evidence_id","profile_id","schema_url","fixture_url","checks","result","limitations"],"properties":{"evidence_id":{"type":["string","array","object","boolean","number","null"],"description":"evidence_id value for UAIX Conformance Evidence v1."},"profile_id":{"type":["string","array","object","boolean","number","null"],"description":"profile_id value for UAIX Conformance Evidence v1."},"schema_url":{"type":["string","array","object","boolean","number","null"],"description":"schema_url value for UAIX Conformance Evidence v1."},"fixture_url":{"type":["string","array","object","boolean","number","null"],"description":"fixture_url value for UAIX Conformance Evidence v1."},"checks":{"type":["string","array","object","boolean","number","null"],"description":"checks value for UAIX Conformance Evidence v1."},"result":{"type":["string","array","object","boolean","number","null"],"description":"result value for UAIX Conformance Evidence v1."},"limitations":{"type":["string","array","object","boolean","number","null"],"description":"limitations value for UAIX Conformance Evidence v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["evidence_id","profile_id","schema_url","fixture_url","checks","result","limitations"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.conformance-evidence.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.conformance-evidence.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.conformance-evidence.v1"},{"profile_id":"uaix.evaluation-packet-summary.v1","title":"UAIX Evaluation Packet Summary v1","summary":"UAIX Evaluation Packet Summary v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.evaluation-packet-summary.v1.schema.json","title":"UAIX Evaluation Packet Summary v1","description":"UAIX Evaluation Packet Summary v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.evaluation-packet-summary.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["summary_id","packet_profiles","required_levels","no_op_triggers","limitations"],"properties":{"summary_id":{"type":["string","array","object","boolean","number","null"],"description":"summary_id value for UAIX Evaluation Packet Summary v1."},"packet_profiles":{"type":["string","array","object","boolean","number","null"],"description":"packet_profiles value for UAIX Evaluation Packet Summary v1."},"required_levels":{"type":["string","array","object","boolean","number","null"],"description":"required_levels value for UAIX Evaluation Packet Summary v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Evaluation Packet Summary v1."},"limitations":{"type":["string","array","object","boolean","number","null"],"description":"limitations value for UAIX Evaluation Packet Summary v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["summary_id","packet_profiles","required_levels","no_op_triggers","limitations"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.evaluation-packet-summary.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.evaluation-packet-summary.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.evaluation-packet-summary.v1"},{"profile_id":"uaix.ability-profile.l0.v1","title":"UAIX Ability Profile L6 v1","summary":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.ability-profile.l6.v1.schema.json","title":"UAIX Ability Profile L6 v1","description":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.ability-profile.l6.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"properties":{"ability_profile_id":{"type":["string","array","object","boolean","number","null"],"description":"ability_profile_id value for UAIX Ability Profile L6 v1."},"declared_level":{"type":["string","array","object","boolean","number","null"],"description":"declared_level value for UAIX Ability Profile L6 v1."},"label":{"type":["string","array","object","boolean","number","null"],"description":"label value for UAIX Ability Profile L6 v1."},"capability_surface":{"type":["string","array","object","boolean","number","null"],"description":"capability_surface value for UAIX Ability Profile L6 v1."},"authority_boundary":{"type":["string","array","object","boolean","number","null"],"description":"authority_boundary value for UAIX Ability Profile L6 v1."},"required_human_approval":{"type":["string","array","object","boolean","number","null"],"description":"required_human_approval value for UAIX Ability Profile L6 v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Ability Profile L6 v1."},"evidence_requirements":{"type":["string","array","object","boolean","number","null"],"description":"evidence_requirements value for UAIX Ability Profile L6 v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.ability-profile.l0.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.ability-profile.l0.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.ability-profile.l0.v1"},{"profile_id":"uaix.ability-profile.l1.v1","title":"UAIX Ability Profile L6 v1","summary":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.ability-profile.l6.v1.schema.json","title":"UAIX Ability Profile L6 v1","description":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.ability-profile.l6.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"properties":{"ability_profile_id":{"type":["string","array","object","boolean","number","null"],"description":"ability_profile_id value for UAIX Ability Profile L6 v1."},"declared_level":{"type":["string","array","object","boolean","number","null"],"description":"declared_level value for UAIX Ability Profile L6 v1."},"label":{"type":["string","array","object","boolean","number","null"],"description":"label value for UAIX Ability Profile L6 v1."},"capability_surface":{"type":["string","array","object","boolean","number","null"],"description":"capability_surface value for UAIX Ability Profile L6 v1."},"authority_boundary":{"type":["string","array","object","boolean","number","null"],"description":"authority_boundary value for UAIX Ability Profile L6 v1."},"required_human_approval":{"type":["string","array","object","boolean","number","null"],"description":"required_human_approval value for UAIX Ability Profile L6 v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Ability Profile L6 v1."},"evidence_requirements":{"type":["string","array","object","boolean","number","null"],"description":"evidence_requirements value for UAIX Ability Profile L6 v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.ability-profile.l1.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.ability-profile.l1.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.ability-profile.l1.v1"},{"profile_id":"uaix.ability-profile.l2.v1","title":"UAIX Ability Profile L6 v1","summary":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.ability-profile.l6.v1.schema.json","title":"UAIX Ability Profile L6 v1","description":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.ability-profile.l6.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"properties":{"ability_profile_id":{"type":["string","array","object","boolean","number","null"],"description":"ability_profile_id value for UAIX Ability Profile L6 v1."},"declared_level":{"type":["string","array","object","boolean","number","null"],"description":"declared_level value for UAIX Ability Profile L6 v1."},"label":{"type":["string","array","object","boolean","number","null"],"description":"label value for UAIX Ability Profile L6 v1."},"capability_surface":{"type":["string","array","object","boolean","number","null"],"description":"capability_surface value for UAIX Ability Profile L6 v1."},"authority_boundary":{"type":["string","array","object","boolean","number","null"],"description":"authority_boundary value for UAIX Ability Profile L6 v1."},"required_human_approval":{"type":["string","array","object","boolean","number","null"],"description":"required_human_approval value for UAIX Ability Profile L6 v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Ability Profile L6 v1."},"evidence_requirements":{"type":["string","array","object","boolean","number","null"],"description":"evidence_requirements value for UAIX Ability Profile L6 v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.ability-profile.l2.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.ability-profile.l2.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.ability-profile.l2.v1"},{"profile_id":"uaix.ability-profile.l3.v1","title":"UAIX Ability Profile L6 v1","summary":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.ability-profile.l6.v1.schema.json","title":"UAIX Ability Profile L6 v1","description":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.ability-profile.l6.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"properties":{"ability_profile_id":{"type":["string","array","object","boolean","number","null"],"description":"ability_profile_id value for UAIX Ability Profile L6 v1."},"declared_level":{"type":["string","array","object","boolean","number","null"],"description":"declared_level value for UAIX Ability Profile L6 v1."},"label":{"type":["string","array","object","boolean","number","null"],"description":"label value for UAIX Ability Profile L6 v1."},"capability_surface":{"type":["string","array","object","boolean","number","null"],"description":"capability_surface value for UAIX Ability Profile L6 v1."},"authority_boundary":{"type":["string","array","object","boolean","number","null"],"description":"authority_boundary value for UAIX Ability Profile L6 v1."},"required_human_approval":{"type":["string","array","object","boolean","number","null"],"description":"required_human_approval value for UAIX Ability Profile L6 v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Ability Profile L6 v1."},"evidence_requirements":{"type":["string","array","object","boolean","number","null"],"description":"evidence_requirements value for UAIX Ability Profile L6 v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.ability-profile.l3.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.ability-profile.l3.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.ability-profile.l3.v1"},{"profile_id":"uaix.ability-profile.l4.v1","title":"UAIX Ability Profile L6 v1","summary":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.ability-profile.l6.v1.schema.json","title":"UAIX Ability Profile L6 v1","description":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.ability-profile.l6.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"properties":{"ability_profile_id":{"type":["string","array","object","boolean","number","null"],"description":"ability_profile_id value for UAIX Ability Profile L6 v1."},"declared_level":{"type":["string","array","object","boolean","number","null"],"description":"declared_level value for UAIX Ability Profile L6 v1."},"label":{"type":["string","array","object","boolean","number","null"],"description":"label value for UAIX Ability Profile L6 v1."},"capability_surface":{"type":["string","array","object","boolean","number","null"],"description":"capability_surface value for UAIX Ability Profile L6 v1."},"authority_boundary":{"type":["string","array","object","boolean","number","null"],"description":"authority_boundary value for UAIX Ability Profile L6 v1."},"required_human_approval":{"type":["string","array","object","boolean","number","null"],"description":"required_human_approval value for UAIX Ability Profile L6 v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Ability Profile L6 v1."},"evidence_requirements":{"type":["string","array","object","boolean","number","null"],"description":"evidence_requirements value for UAIX Ability Profile L6 v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.ability-profile.l4.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.ability-profile.l4.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.ability-profile.l4.v1"},{"profile_id":"uaix.ability-profile.l5.v1","title":"UAIX Ability Profile L6 v1","summary":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.ability-profile.l6.v1.schema.json","title":"UAIX Ability Profile L6 v1","description":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.ability-profile.l6.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"properties":{"ability_profile_id":{"type":["string","array","object","boolean","number","null"],"description":"ability_profile_id value for UAIX Ability Profile L6 v1."},"declared_level":{"type":["string","array","object","boolean","number","null"],"description":"declared_level value for UAIX Ability Profile L6 v1."},"label":{"type":["string","array","object","boolean","number","null"],"description":"label value for UAIX Ability Profile L6 v1."},"capability_surface":{"type":["string","array","object","boolean","number","null"],"description":"capability_surface value for UAIX Ability Profile L6 v1."},"authority_boundary":{"type":["string","array","object","boolean","number","null"],"description":"authority_boundary value for UAIX Ability Profile L6 v1."},"required_human_approval":{"type":["string","array","object","boolean","number","null"],"description":"required_human_approval value for UAIX Ability Profile L6 v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Ability Profile L6 v1."},"evidence_requirements":{"type":["string","array","object","boolean","number","null"],"description":"evidence_requirements value for UAIX Ability Profile L6 v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.ability-profile.l5.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.ability-profile.l5.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.ability-profile.l5.v1"},{"profile_id":"uaix.ability-profile.l6.v1","title":"UAIX Ability Profile L6 v1","summary":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.ability-profile.l6.v1.schema.json","title":"UAIX Ability Profile L6 v1","description":"UAIX Ability Profile L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.ability-profile.l6.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"properties":{"ability_profile_id":{"type":["string","array","object","boolean","number","null"],"description":"ability_profile_id value for UAIX Ability Profile L6 v1."},"declared_level":{"type":["string","array","object","boolean","number","null"],"description":"declared_level value for UAIX Ability Profile L6 v1."},"label":{"type":["string","array","object","boolean","number","null"],"description":"label value for UAIX Ability Profile L6 v1."},"capability_surface":{"type":["string","array","object","boolean","number","null"],"description":"capability_surface value for UAIX Ability Profile L6 v1."},"authority_boundary":{"type":["string","array","object","boolean","number","null"],"description":"authority_boundary value for UAIX Ability Profile L6 v1."},"required_human_approval":{"type":["string","array","object","boolean","number","null"],"description":"required_human_approval value for UAIX Ability Profile L6 v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Ability Profile L6 v1."},"evidence_requirements":{"type":["string","array","object","boolean","number","null"],"description":"evidence_requirements value for UAIX Ability Profile L6 v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["ability_profile_id","declared_level","label","capability_surface","authority_boundary","required_human_approval","no_op_triggers","evidence_requirements"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.ability-profile.l6.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.ability-profile.l6.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.ability-profile.l6.v1"},{"profile_id":"uaix.evaluation.expression-concept-review.v1","title":"UAIX Expression-Concept Review v1","summary":"UAIX Expression-Concept Review v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.evaluation.expression-concept-review.v1.schema.json","title":"UAIX Expression-Concept Review v1","description":"UAIX Expression-Concept Review v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.evaluation.expression-concept-review.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["source_expression","concept_boundary","interpretation","confidence","no_op_triggers"],"properties":{"source_expression":{"type":["string","array","object","boolean","number","null"],"description":"source_expression value for UAIX Expression-Concept Review v1."},"concept_boundary":{"type":["string","array","object","boolean","number","null"],"description":"concept_boundary value for UAIX Expression-Concept Review v1."},"interpretation":{"type":["string","array","object","boolean","number","null"],"description":"interpretation value for UAIX Expression-Concept Review v1."},"confidence":{"type":["string","array","object","boolean","number","null"],"description":"confidence value for UAIX Expression-Concept Review v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Expression-Concept Review v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["source_expression","concept_boundary","interpretation","confidence","no_op_triggers"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.evaluation.expression-concept-review.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.evaluation.expression-concept-review.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.evaluation.expression-concept-review.v1"},{"profile_id":"uaix.evaluation.resource-economy-trace.v1","title":"UAIX Resource-Economy Trace v1","summary":"UAIX Resource-Economy Trace v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.evaluation.resource-economy-trace.v1.schema.json","title":"UAIX Resource-Economy Trace v1","description":"UAIX Resource-Economy Trace v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.evaluation.resource-economy-trace.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["resource_scope","cost_model","limits","evidence_refs","no_op_triggers"],"properties":{"resource_scope":{"type":["string","array","object","boolean","number","null"],"description":"resource_scope value for UAIX Resource-Economy Trace v1."},"cost_model":{"type":["string","array","object","boolean","number","null"],"description":"cost_model value for UAIX Resource-Economy Trace v1."},"limits":{"type":["string","array","object","boolean","number","null"],"description":"limits value for UAIX Resource-Economy Trace v1."},"evidence_refs":{"type":["string","array","object","boolean","number","null"],"description":"evidence_refs value for UAIX Resource-Economy Trace v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Resource-Economy Trace v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["resource_scope","cost_model","limits","evidence_refs","no_op_triggers"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.evaluation.resource-economy-trace.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.evaluation.resource-economy-trace.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.evaluation.resource-economy-trace.v1"},{"profile_id":"uaix.evaluation.operator-decision.v1","title":"UAIX Operator Decision v1","summary":"UAIX Operator Decision v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.evaluation.operator-decision.v1.schema.json","title":"UAIX Operator Decision v1","description":"UAIX Operator Decision v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.evaluation.operator-decision.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["decision","authority_basis","options_reviewed","human_review_required","no_op_triggers"],"properties":{"decision":{"type":["string","array","object","boolean","number","null"],"description":"decision value for UAIX Operator Decision v1."},"authority_basis":{"type":["string","array","object","boolean","number","null"],"description":"authority_basis value for UAIX Operator Decision v1."},"options_reviewed":{"type":["string","array","object","boolean","number","null"],"description":"options_reviewed value for UAIX Operator Decision v1."},"human_review_required":{"type":["string","array","object","boolean","number","null"],"description":"human_review_required value for UAIX Operator Decision v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Operator Decision v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["decision","authority_basis","options_reviewed","human_review_required","no_op_triggers"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.evaluation.operator-decision.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.evaluation.operator-decision.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.evaluation.operator-decision.v1"},{"profile_id":"uaix.evaluation.no-op-justification.v1","title":"UAIX No-op Justification v1","summary":"UAIX No-op Justification v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.evaluation.no-op-justification.v1.schema.json","title":"UAIX No-op Justification v1","description":"UAIX No-op Justification v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.evaluation.no-op-justification.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["trigger","reason","missing_evidence","human_review_url","safe_next_step"],"properties":{"trigger":{"type":["string","array","object","boolean","number","null"],"description":"trigger value for UAIX No-op Justification v1."},"reason":{"type":["string","array","object","boolean","number","null"],"description":"reason value for UAIX No-op Justification v1."},"missing_evidence":{"type":["string","array","object","boolean","number","null"],"description":"missing_evidence value for UAIX No-op Justification v1."},"human_review_url":{"type":["string","array","object","boolean","number","null"],"description":"human_review_url value for UAIX No-op Justification v1."},"safe_next_step":{"type":["string","array","object","boolean","number","null"],"description":"safe_next_step value for UAIX No-op Justification v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["trigger","reason","missing_evidence","human_review_url","safe_next_step"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.evaluation.no-op-justification.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.evaluation.no-op-justification.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.evaluation.no-op-justification.v1"},{"profile_id":"uaix.evaluation.local-sandbox-safety-review.v1","title":"UAIX Local Sandbox Safety Review v1","summary":"UAIX Local Sandbox Safety Review v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.evaluation.local-sandbox-safety-review.v1.schema.json","title":"UAIX Local Sandbox Safety Review v1","description":"UAIX Local Sandbox Safety Review v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.evaluation.local-sandbox-safety-review.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["sandbox_scope","unsafe_requests","blocked_operations","review_result","no_op_triggers"],"properties":{"sandbox_scope":{"type":["string","array","object","boolean","number","null"],"description":"sandbox_scope value for UAIX Local Sandbox Safety Review v1."},"unsafe_requests":{"type":["string","array","object","boolean","number","null"],"description":"unsafe_requests value for UAIX Local Sandbox Safety Review v1."},"blocked_operations":{"type":["string","array","object","boolean","number","null"],"description":"blocked_operations value for UAIX Local Sandbox Safety Review v1."},"review_result":{"type":["string","array","object","boolean","number","null"],"description":"review_result value for UAIX Local Sandbox Safety Review v1."},"no_op_triggers":{"type":["string","array","object","boolean","number","null"],"description":"no_op_triggers value for UAIX Local Sandbox Safety Review v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["sandbox_scope","unsafe_requests","blocked_operations","review_result","no_op_triggers"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.evaluation.local-sandbox-safety-review.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.evaluation.local-sandbox-safety-review.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.evaluation.local-sandbox-safety-review.v1"},{"profile_id":"uaix.evaluation.memory-ecosystem-handoff.v1","title":"UAIX Memory Ecosystem Handoff v1","summary":"UAIX Memory Ecosystem Handoff v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.evaluation.memory-ecosystem-handoff.v1.schema.json","title":"UAIX Memory Ecosystem Handoff v1","description":"UAIX Memory Ecosystem Handoff v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.evaluation.memory-ecosystem-handoff.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["source_memory","quarantine_status","promotion_targets","conflicts","receiver_brief"],"properties":{"source_memory":{"type":["string","array","object","boolean","number","null"],"description":"source_memory value for UAIX Memory Ecosystem Handoff v1."},"quarantine_status":{"type":["string","array","object","boolean","number","null"],"description":"quarantine_status value for UAIX Memory Ecosystem Handoff v1."},"promotion_targets":{"type":["string","array","object","boolean","number","null"],"description":"promotion_targets value for UAIX Memory Ecosystem Handoff v1."},"conflicts":{"type":["string","array","object","boolean","number","null"],"description":"conflicts value for UAIX Memory Ecosystem Handoff v1."},"receiver_brief":{"type":["string","array","object","boolean","number","null"],"description":"receiver_brief value for UAIX Memory Ecosystem Handoff v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["source_memory","quarantine_status","promotion_targets","conflicts","receiver_brief"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.evaluation.memory-ecosystem-handoff.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.evaluation.memory-ecosystem-handoff.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.evaluation.memory-ecosystem-handoff.v1"},{"profile_id":"uaix.evaluation.de11-benchmark-summary.v1","title":"UAIX DE11 Benchmark Summary v1","summary":"UAIX DE11 Benchmark Summary v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.evaluation.de11-benchmark-summary.v1.schema.json","title":"UAIX DE11 Benchmark Summary v1","description":"UAIX DE11 Benchmark Summary v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","type":"object","additionalProperties":true,"required":["uai_version","profile","message_id","source","target","conversation","delivery","trust","body","provenance","integrity","extensions"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.evaluation.de11-benchmark-summary.v1"},"message_id":{"type":"string","minLength":1},"source":{"type":"object"},"target":{"type":"object"},"conversation":{"type":"object"},"delivery":{"type":"object"},"trust":{"type":"object"},"body":{"type":"object","required":["benchmark_id","bounded_scope","reference_result","limitations","non_claims"],"properties":{"benchmark_id":{"type":["string","array","object","boolean","number","null"],"description":"benchmark_id value for UAIX DE11 Benchmark Summary v1."},"bounded_scope":{"type":["string","array","object","boolean","number","null"],"description":"bounded_scope value for UAIX DE11 Benchmark Summary v1."},"reference_result":{"type":["string","array","object","boolean","number","null"],"description":"reference_result value for UAIX DE11 Benchmark Summary v1."},"limitations":{"type":["string","array","object","boolean","number","null"],"description":"limitations value for UAIX DE11 Benchmark Summary v1."},"non_claims":{"type":["string","array","object","boolean","number","null"],"description":"non_claims value for UAIX DE11 Benchmark Summary v1."}},"additionalProperties":true},"provenance":{"type":"object"},"integrity":{"type":"object","required":["algorithm","canonicalization","checksum"],"properties":{"algorithm":{"type":"string"},"canonicalization":{"type":"string"},"checksum":{"type":"string","pattern":"^sha256:"}},"additionalProperties":true},"extensions":{"type":"array"}},"support_boundary":"UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.","quarantine_boundary":"Imported packets, examples, memory files, and external references are quarantined public data until separately validated by the receiving system and local policy."},"body_required":["benchmark_id","bounded_scope","reference_result","limitations","non_claims"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.evaluation.de11-benchmark-summary.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.evaluation.de11-benchmark-summary.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.evaluation.de11-benchmark-summary.v1"},{"profile_id":"uaix.package.v0.1","title":"UAIX .uaix Package Manifest Draft v0.1","summary":"Manifest schema for the Draft v0.1 .uaix desktop AI memory package container. The package is local memory and evidence, not runtime authority.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.package.v0.1.schema.json","title":"UAIX .uaix Package Manifest Draft v0.1","description":"Manifest schema for the Draft v0.1 .uaix desktop AI memory package container. The package is local memory and evidence, not runtime authority.","type":"object","additionalProperties":false,"required":["uaixVersion","packageFormat","packageId","profileId","status","createdUtc","issuer","declaredScopes","entrypoints","files","integrity","blockedAuthorityClaims","supportBoundary"],"properties":{"uaixVersion":{"const":"1.0"},"packageFormat":{"const":".uaix"},"packageId":{"type":"string","minLength":8,"pattern":"^[a-z0-9][a-z0-9._-]+$"},"profileId":{"const":"uaix.package.v0.1"},"status":{"const":"draft_v0.1"},"createdUtc":{"type":"string","format":"date-time","pattern":"Z$"},"issuer":{"type":"object","additionalProperties":false,"required":["name","url"],"properties":{"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"}}},"declaredScopes":{"type":"array","minItems":1,"uniqueItems":true,"items":{"enum":["active_ai_memory","project_handoff","code_bearing","persona_profile","advanced_persona_profile","non_project_assistant","long_term_memory_configuration","agent_file_handoff"]}},"entrypoints":{"type":"object","additionalProperties":false,"required":["manifest","requiredReads"],"properties":{"manifest":{"const":".uai\/manifest.uaix.json"},"requiredReads":{"type":"array","minItems":7,"uniqueItems":true,"items":{"$ref":"#\/$defs\/packagePath"},"contains":{"const":".uai\/memory-maintenance.uai"}}}},"files":{"type":"array","minItems":8,"uniqueItems":true,"items":{"$ref":"#\/$defs\/fileRecord"},"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/manifest.uaix.json"}}}},"integrity":{"type":"object","additionalProperties":false,"required":["algorithm","packageSha256","fileCount"],"properties":{"algorithm":{"const":"sha256"},"packageSha256":{"$ref":"#\/$defs\/sha256"},"fileCount":{"type":"integer","minimum":1}}},"blockedAuthorityClaims":{"type":"array","uniqueItems":true,"items":{"enum":["hosted_import","automatic_sync","automatic_repository_write","tool_grant","model_runtime_package","sdk","cli","certification","endorsement","safety_proof"]}},"supportBoundary":{"type":"string","minLength":40}},"allOf":[{"if":{"properties":{"declaredScopes":{"contains":{"const":"advanced_persona_profile"}}},"required":["declaredScopes"]},"then":{"properties":{"entrypoints":{"properties":{"requiredReads":{"allOf":[{"contains":{"const":".uai\/persona.uai"}},{"contains":{"const":".uai\/personality\/identity.uai"}},{"contains":{"const":".uai\/personality\/religion-worldview.uai"}},{"contains":{"const":".uai\/personality\/political-leaning.uai"}},{"contains":{"const":".uai\/personality\/sense-of-style.uai"}},{"contains":{"const":".uai\/personality\/sense-of-winter.uai"}},{"contains":{"const":".uai\/personality\/sense-of-spring-fall.uai"}},{"contains":{"const":".uai\/personality\/super-fashion-style.uai"}},{"contains":{"const":".uai\/personality\/jewelry-choices.uai"}},{"contains":{"const":".uai\/personality\/physical-appearance.uai"}},{"contains":{"const":".uai\/personality\/birth-age-generation.uai"}},{"contains":{"const":".uai\/personality\/romantic-orientation.uai"}},{"contains":{"const":".uai\/personality\/voice.uai"}},{"contains":{"const":".uai\/personality\/values.uai"}},{"contains":{"const":".uai\/personality\/temperament.uai"}},{"contains":{"const":".uai\/personality\/reasoning-style.uai"}},{"contains":{"const":".uai\/personality\/emotional-patterns.uai"}},{"contains":{"const":".uai\/personality\/relationship-style.uai"}},{"contains":{"const":".uai\/personality\/behavioral-patterns.uai"}},{"contains":{"const":".uai\/personality\/boundaries.uai"}},{"contains":{"const":".uai\/personality\/examples-dialogue.uai"}},{"contains":{"const":".uai\/personality\/adaptation-rules.uai"}},{"contains":{"const":".uai\/personality\/preservation-rules.uai"}},{"contains":{"const":".uai\/evidence\/source-excerpts.uai"}},{"contains":{"const":".uai\/evidence\/persona-fidelity-test-deck.uai"}},{"contains":{"const":".uai\/evidence\/variance-report-template.uai"}},{"contains":{"const":".uai\/evidence\/source-platform-profile.uai"}},{"contains":{"const":".uai\/evidence\/provenance.uai"}}]}}},"files":{"allOf":[{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/persona.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/religion-worldview.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/political-leaning.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/sense-of-style.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/sense-of-winter.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/sense-of-spring-fall.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/super-fashion-style.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/jewelry-choices.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/physical-appearance.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/birth-age-generation.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/romantic-orientation.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/identity.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/voice.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/values.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/temperament.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/reasoning-style.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/emotional-patterns.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/relationship-style.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/behavioral-patterns.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/boundaries.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/examples-dialogue.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/adaptation-rules.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/personality\/preservation-rules.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/evidence\/source-excerpts.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/evidence\/persona-fidelity-test-deck.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/evidence\/variance-report-template.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/evidence\/source-platform-profile.uai"}}}},{"contains":{"type":"object","required":["path"],"properties":{"path":{"const":".uai\/evidence\/provenance.uai"}}}}]}}}}],"$defs":{"packagePath":{"type":"string","minLength":1,"pattern":"^(?!\/)(?![A-Za-z]:)(?!.*\\\\)(?!.*(?:^|\/)\\.\\.(?:\/|$))[^\\u0000]+$"},"sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"fileRecord":{"type":"object","additionalProperties":false,"required":["path","role","requiredStatus","scope","mediaType","sizeBytes","sha256","reviewState","source"],"properties":{"path":{"$ref":"#\/$defs\/packagePath"},"role":{"enum":["manifest","ai_instruction","human_explanation","structured_data","llm_text","evidence","export","documentation","checksum"]},"requiredStatus":{"enum":["universal_required","required_for_project_handoff","required_for_code_bearing","required_for_persona_profile","required_for_advanced_persona_profile","required_for_non_project_assistant","required_for_long_term_memory_configuration","required_for_agent_file_handoff","content_triggered_required","configuration_specific_required"]},"scope":{"type":"array","minItems":1,"uniqueItems":true,"items":{"enum":["active_ai_memory","project_handoff","code_bearing","persona_profile","advanced_persona_profile","non_project_assistant","long_term_memory_configuration","agent_file_handoff"]}},"mediaType":{"enum":["text\/x-uai","text\/x-human","application\/json","text\/plain","text\/markdown"]},"sizeBytes":{"type":"integer","minimum":0},"sha256":{"$ref":"#\/$defs\/sha256"},"reviewState":{"enum":["accepted_current","review_required","source_evidence","quarantined","invalid_fixture"]},"source":{"type":"object","additionalProperties":false,"required":["type","label"],"properties":{"type":{"enum":["uaix_wizard","human_review","source_repository","llm_wiki","aiwikis","consumer_implementation","test_fixture"]},"label":{"type":"string","minLength":1},"path":{"type":"string"}}}}}}},"body_required":[],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.package.v0.1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.package.v0.1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.package.v0.1"},{"profile_id":"uaix.persona.v1","title":"UAIX Persona v1","summary":"Scoped UAIX persona memory file for non-project assistant packages, bounded personality packages, and packages that support persona switching.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix.persona.v1.schema.json","title":"UAIX Persona v1","description":"Scoped UAIX persona memory file for non-project assistant packages, bounded personality packages, and packages that support persona switching.","type":"object","additionalProperties":false,"required":["uai_version","profile","schema_version","requirement","persona","preservation","boundaries","switching","provenance"],"properties":{"uai_version":{"const":"1.0"},"profile":{"const":"uaix.persona.v1"},"schema_version":{"type":"integer","const":1},"requirement":{"type":"object","additionalProperties":false,"required":["path","level","required_for","out_of_scope_when"],"properties":{"path":{"const":".uai\/persona.uai"},"level":{"const":"required_for_persona_profile"},"required_for":{"type":"array","minItems":1,"items":{"enum":["non_project_assistant","persona_profile","advanced_persona_profile","bounded_personality","persona_switching"]}},"out_of_scope_when":{"type":"string","minLength":1}}},"persona":{"type":"object","additionalProperties":false,"required":["name","purpose","voice","interaction_posture","symbolic_posture"],"properties":{"name":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"voice":{"type":"string","minLength":1},"interaction_posture":{"type":"string","minLength":1},"symbolic_posture":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"identity_dimensions":{"type":"object","additionalProperties":false,"properties":{"religion_worldview":{"$ref":"#\/$defs\/persona_dimension"},"political_leaning":{"$ref":"#\/$defs\/persona_dimension"},"sense_of_style":{"$ref":"#\/$defs\/persona_dimension"},"sense_of_winter":{"$ref":"#\/$defs\/persona_dimension"},"sense_of_spring_fall":{"$ref":"#\/$defs\/persona_dimension"},"super_fashion_style":{"$ref":"#\/$defs\/persona_dimension"},"jewelry_choices":{"$ref":"#\/$defs\/persona_dimension"},"physical_appearance":{"$ref":"#\/$defs\/persona_dimension"},"birth_age_generation":{"$ref":"#\/$defs\/persona_dimension"},"romantic_orientation":{"$ref":"#\/$defs\/persona_dimension"}}}}},"boundaries":{"type":"object","additionalProperties":false,"required":["allowed_claims","blocked_claims","protected_anchor_relationship","privacy_boundary","consent_boundary"],"properties":{"allowed_claims":{"type":"array","items":{"type":"string"}},"blocked_claims":{"type":"array","minItems":1,"items":{"type":"string"}},"protected_anchor_relationship":{"type":"string","minLength":1},"privacy_boundary":{"type":"string","minLength":1},"consent_boundary":{"type":"string","minLength":1}}},"preservation":{"type":"object","additionalProperties":false,"required":["source_persona_immutable","preserve_as_is","blocked_transformations","external_constraint_handling","derivative_rule"],"properties":{"source_persona_immutable":{"type":"boolean","const":true},"preserve_as_is":{"type":"array","minItems":5,"items":{"enum":["voice","values","tastes","boundaries","memories","relationship_posture","style","religion_worldview","political_leaning","sense_of_style","sense_of_winter","sense_of_spring_fall","super_fashion_style","jewelry_choices","physical_appearance","birth_age_generation","romantic_orientation","selected_personality","identity_continuity"]}},"blocked_transformations":{"type":"array","minItems":1,"items":{"enum":["covert_safety_rewrite","morality_injection","operator_preference_edit","normalization","censorship","silent_summarization","receiving_platform_personality_rewrite","undisclosed_translation_shift"]}},"external_constraint_handling":{"type":"string","minLength":40},"derivative_rule":{"type":"string","minLength":40}}},"switching":{"type":"object","additionalProperties":false,"required":["switchable","preserved_across_switch","reset_on_switch","review_required"],"properties":{"switchable":{"type":"boolean"},"preserved_across_switch":{"type":"array","items":{"type":"string"}},"reset_on_switch":{"type":"array","items":{"type":"string"}},"review_required":{"type":"boolean","const":true}}},"advanced_persona_profile":{"type":"object","additionalProperties":false,"required":["declared","required_files","evidence_files","import_and_load_policy","runtime_variance_policy"],"properties":{"declared":{"type":"boolean"},"required_files":{"type":"array","minItems":23,"uniqueItems":true,"items":{"enum":[".uai\/persona.uai",".uai\/personality\/identity.uai",".uai\/personality\/religion-worldview.uai",".uai\/personality\/political-leaning.uai",".uai\/personality\/sense-of-style.uai",".uai\/personality\/sense-of-winter.uai",".uai\/personality\/sense-of-spring-fall.uai",".uai\/personality\/super-fashion-style.uai",".uai\/personality\/jewelry-choices.uai",".uai\/personality\/physical-appearance.uai",".uai\/personality\/birth-age-generation.uai",".uai\/personality\/romantic-orientation.uai",".uai\/personality\/voice.uai",".uai\/personality\/values.uai",".uai\/personality\/temperament.uai",".uai\/personality\/reasoning-style.uai",".uai\/personality\/emotional-patterns.uai",".uai\/personality\/relationship-style.uai",".uai\/personality\/behavioral-patterns.uai",".uai\/personality\/boundaries.uai",".uai\/personality\/examples-dialogue.uai",".uai\/personality\/adaptation-rules.uai",".uai\/personality\/preservation-rules.uai"]}},"evidence_files":{"type":"array","uniqueItems":true,"items":{"enum":[".uai\/evidence\/source-excerpts.uai",".uai\/evidence\/persona-fidelity-test-deck.uai",".uai\/evidence\/variance-report-template.uai",".uai\/evidence\/source-platform-profile.uai",".uai\/evidence\/provenance.uai"]}},"import_and_load_policy":{"type":"string","minLength":40},"runtime_variance_policy":{"type":"string","minLength":40},"fidelity_test_deck_required":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":false,"required":["created_at_utc","source","support_boundary"],"properties":{"created_at_utc":{"type":"string","format":"date-time","pattern":"Z$"},"source":{"type":"string","minLength":1},"support_boundary":{"type":"string","minLength":40}}}},"$defs":{"persona_dimension":{"type":"object","additionalProperties":false,"required":["summary","depth_level_0_to_10","disclosure_boundary","source_confidence"],"properties":{"summary":{"type":"string","minLength":1},"depth_level_0_to_10":{"type":"integer","minimum":0,"maximum":10},"disclosure_boundary":{"enum":["public","private","contextual","not_disclosed"]},"source_confidence":{"enum":["reviewed_source","self_report","explicit_human_input","unknown_or_unreviewed","unknown"]},"as_of_date":{"type":"string","format":"date"}}}}},"body_required":[],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.persona.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.persona.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.persona.v1"},{"profile_id":"uaix.spec-01.envelope.v1","title":"UAIX SPEC-01 Canonical Envelope v1","summary":"Publication-envelope contract for portable evidence-bearing UAIX records, including payload, evidence, redaction, trust, signature status, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uai-1-envelope.schema.json","title":"UAIX SPEC-01 Canonical Envelope v1","description":"Publication-envelope contract for portable evidence-bearing UAIX records, including payload, evidence, redaction, trust, signature status, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.spec-01.envelope.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["uaixVersion","spec","envelopeId","createdUtc","issuer","issuerDisplayName","issuerPublicUrl","issuerCapabilityLevel","audience","lifecycleState","trustPosture","payloadType","payloadSchema","payload","evidence","redactions","signature","signatureStatus","verification","exceptions","warnings","rules","supportBoundary","localPolicyWins"],"properties":{"uaixVersion":{"type":"string","minLength":1},"spec":{"type":"string","minLength":1},"envelopeId":{"type":"string","minLength":1},"createdUtc":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"issuer":{"type":"object","additionalProperties":true},"issuerDisplayName":{"type":"string","minLength":1},"issuerPublicUrl":{"type":"string","minLength":1},"issuerCapabilityLevel":{"type":"string","minLength":1},"audience":{"type":"string","minLength":1},"lifecycleState":{"type":"string","minLength":1},"trustPosture":{"type":"string","minLength":1},"payloadType":{"type":"string","minLength":1},"payloadSchema":{"type":"object","additionalProperties":true},"payload":{"type":"object","additionalProperties":true},"evidence":{"type":"array","items":[]},"redactions":{"type":"array","items":[]},"signature":{"type":"object","additionalProperties":true},"signatureStatus":{"type":"string","minLength":1},"verification":{"type":"object","additionalProperties":true},"exceptions":{"type":"array","items":[]},"warnings":{"type":"array","items":[]},"rules":{"type":"array","items":[]},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["uaixVersion","spec","envelopeId","createdUtc","issuer","issuerDisplayName","issuerPublicUrl","issuerCapabilityLevel","audience","lifecycleState","trustPosture","payloadType","payloadSchema","payload","evidence","redactions","signature","signatureStatus","verification","exceptions","warnings","rules","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.spec-01.envelope.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.spec-01.envelope.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.spec-01.envelope.v1"},{"profile_id":"uaix.capability-profile.v1","title":"UAIX Capability Profile v1","summary":"UAIX capability profile for declaring L0-L6 client posture, consent boundaries, fallback behavior, evidence requirements, and safe default behavior. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix-capability-profile.schema.json","title":"UAIX Capability Profile v1","description":"UAIX capability profile for declaring L0-L6 client posture, consent boundaries, fallback behavior, evidence requirements, and safe default behavior. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.capability-profile.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["capabilityProfileId","profileVersion","declaredLevel","supportedLevels","capabilities","consentRequiredFor","fallbacks","safeDefaultResponse","evidenceRequirements","supportBoundary","localPolicyWins"],"properties":{"capabilityProfileId":{"type":"string","minLength":1},"profileVersion":{"type":"string","minLength":1},"declaredLevel":{"type":"string","minLength":1},"supportedLevels":{"type":"array","items":[]},"capabilities":{"type":"object","additionalProperties":true},"consentRequiredFor":{"type":"array","items":[]},"fallbacks":{"type":"array","items":[]},"safeDefaultResponse":{"type":"string","minLength":1},"evidenceRequirements":{"type":"array","items":[]},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["capabilityProfileId","profileVersion","declaredLevel","supportedLevels","capabilities","consentRequiredFor","fallbacks","safeDefaultResponse","evidenceRequirements","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.capability-profile.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.capability-profile.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.capability-profile.v1"},{"profile_id":"uaix.capability-ladder.v1","title":"UAIX Capability Ladder v1","summary":"Machine-readable L0-L6 capability ladder with safe fallbacks, unsupported implication boundaries, and reference-only client scenarios. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix-capability-ladder.schema.json","title":"UAIX Capability Ladder v1","description":"Machine-readable L0-L6 capability ladder with safe fallbacks, unsupported implication boundaries, and reference-only client scenarios. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.capability-ladder.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["ladderId","levels","fallbackRules","safeDefaultResponse","referenceExamples","supportBoundary","localPolicyWins"],"properties":{"ladderId":{"type":"string","minLength":1},"levels":{"type":"string","minLength":1},"fallbackRules":{"type":"array","items":[]},"safeDefaultResponse":{"type":"string","minLength":1},"referenceExamples":{"type":"array","items":[]},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["ladderId","levels","fallbackRules","safeDefaultResponse","referenceExamples","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.capability-ladder.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.capability-ladder.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.capability-ladder.v1"},{"profile_id":"uaix.spec-02.project-handoff.v1","title":"UAIX SPEC-02 Project Handoff v1","summary":"Portable project memory and custody transfer contract for humans, agents, vendors, future sessions, and reviewed runtime consumers. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/spec-02-project-handoff.schema.json","title":"UAIX SPEC-02 Project Handoff v1","description":"Portable project memory and custody transfer contract for humans, agents, vendors, future sessions, and reviewed runtime consumers. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.spec-02.project-handoff.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["projectId","handoffId","createdUtc","owner","custodian","frontDoor","memoryRoots","requiredReads","currentState","constraints","decisions","nextActions","targetedChecks","evidence","redactions","warnings","referenceScenarios","supportBoundary","localPolicyWins"],"properties":{"projectId":{"type":"string","minLength":1},"handoffId":{"type":"string","minLength":1},"createdUtc":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"owner":{"type":"object","additionalProperties":true},"custodian":{"type":"object","additionalProperties":true},"frontDoor":{"type":"object","additionalProperties":true},"memoryRoots":{"type":"array","items":[]},"requiredReads":{"type":"array","items":[]},"currentState":{"type":"object","additionalProperties":true},"constraints":{"type":"array","items":[]},"decisions":{"type":"array","items":[]},"nextActions":{"type":"array","items":[]},"targetedChecks":{"type":"array","items":[]},"evidence":{"type":"array","items":[]},"redactions":{"type":"array","items":[]},"warnings":{"type":"array","items":[]},"referenceScenarios":{"type":"array","items":[]},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["projectId","handoffId","createdUtc","owner","custodian","frontDoor","memoryRoots","requiredReads","currentState","constraints","decisions","nextActions","targetedChecks","evidence","redactions","warnings","referenceScenarios","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.spec-02.project-handoff.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.spec-02.project-handoff.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.spec-02.project-handoff.v1"},{"profile_id":"uaix.spec-03.agents-md-metadata.v1","title":"UAIX SPEC-03 AGENTS.md Metadata v1","summary":"AGENTS.md front-door metadata for canonical roots, nested instruction scope, command policy, memory loading, and safety boundaries. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/spec-03-agents-md-metadata.schema.json","title":"UAIX SPEC-03 AGENTS.md Metadata v1","description":"AGENTS.md front-door metadata for canonical roots, nested instruction scope, command policy, memory loading, and safety boundaries. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.spec-03.agents-md-metadata.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["repositoryId","canonicalRoot","agentsMdPath","coordinatorPath","localUaiRoot","nestedScopes","requiredReads","commandPolicy","forbiddenOperations","memoryPolicy","securityBoundaries","examples","supportBoundary","localPolicyWins"],"properties":{"repositoryId":{"type":"string","minLength":1},"canonicalRoot":{"type":"string","minLength":1},"agentsMdPath":{"type":"string","minLength":1},"coordinatorPath":{"type":"string","minLength":1},"localUaiRoot":{"type":"string","minLength":1},"nestedScopes":{"type":"array","items":[]},"requiredReads":{"type":"array","items":[]},"commandPolicy":{"type":"object","additionalProperties":true},"forbiddenOperations":{"type":"array","items":[]},"memoryPolicy":{"type":"object","additionalProperties":true},"securityBoundaries":{"type":"object","additionalProperties":true},"examples":{"type":"array","items":[]},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["repositoryId","canonicalRoot","agentsMdPath","coordinatorPath","localUaiRoot","nestedScopes","requiredReads","commandPolicy","forbiddenOperations","memoryPolicy","securityBoundaries","examples","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.spec-03.agents-md-metadata.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.spec-03.agents-md-metadata.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.spec-03.agents-md-metadata.v1"},{"profile_id":"uaix.spec-04.file-handoff.v1","title":"UAIX SPEC-04 File Handoff v1","summary":"Safe supplied-file intake contract for manifests, bucket review, disposition, redaction, evidence, lifecycle, blocked-file rules, and preservation after durable outcome. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/spec-04-file-handoff.schema.json","title":"UAIX SPEC-04 File Handoff v1","description":"Safe supplied-file intake contract for manifests, bucket review, disposition, redaction, evidence, lifecycle, blocked-file rules, and preservation after durable outcome. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.spec-04.file-handoff.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["handoffId","createdUtc","intakeBuckets","fileManifest","reviewDispositions","redactionPolicy","lifecycle","preservationPolicy","evidence","blockedFileRules","supportBoundary","localPolicyWins"],"properties":{"handoffId":{"type":"string","minLength":1},"createdUtc":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"intakeBuckets":{"type":"array","items":[]},"fileManifest":{"type":"array","items":[]},"reviewDispositions":{"type":"array","items":[]},"redactionPolicy":{"type":"object","additionalProperties":true},"lifecycle":{"type":"array","items":[]},"preservationPolicy":{"type":"object","additionalProperties":true},"evidence":{"type":"array","items":[]},"blockedFileRules":{"type":"array","items":[]},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["handoffId","createdUtc","intakeBuckets","fileManifest","reviewDispositions","redactionPolicy","lifecycle","preservationPolicy","evidence","blockedFileRules","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.spec-04.file-handoff.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.spec-04.file-handoff.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.spec-04.file-handoff.v1"},{"profile_id":"uaix.review-receipt.v1","title":"UAIX Review Receipt v1","summary":"Review receipt for inspected UAIX envelopes, checks, skipped checks, warnings, exceptions, trust decision, and local-policy result. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix-review-receipt.schema.json","title":"UAIX Review Receipt v1","description":"Review receipt for inspected UAIX envelopes, checks, skipped checks, warnings, exceptions, trust decision, and local-policy result. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.review-receipt.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["receiptId","reviewedEnvelopeId","reviewedUtc","reviewer","reviewResult","checksRun","checksSkipped","warnings","exceptions","trustDecision","supportBoundary","localPolicyWins"],"properties":{"receiptId":{"type":"string","minLength":1},"reviewedEnvelopeId":{"type":"string","minLength":1},"reviewedUtc":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"reviewer":{"type":"string","minLength":1},"reviewResult":{"type":"string","minLength":1},"checksRun":{"type":"array","items":[]},"checksSkipped":{"type":"array","items":[]},"warnings":{"type":"array","items":[]},"exceptions":{"type":"array","items":[]},"trustDecision":{"type":"object","additionalProperties":true},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["receiptId","reviewedEnvelopeId","reviewedUtc","reviewer","reviewResult","checksRun","checksSkipped","warnings","exceptions","trustDecision","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.review-receipt.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.review-receipt.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.review-receipt.v1"},{"profile_id":"uaix.public-safe-audit-digest.v1","title":"UAIX Public-Safe Audit Digest v1","summary":"Public-safe audit digest for evidence references, redactions, public findings, excluded private material, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix-public-safe-audit-digest.schema.json","title":"UAIX Public-Safe Audit Digest v1","description":"Public-safe audit digest for evidence references, redactions, public findings, excluded private material, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.public-safe-audit-digest.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["digestId","subject","createdUtc","scope","evidenceRefs","redactions","publicFindings","privateMaterialExcluded","verification","exceptions","warnings","supportBoundary","localPolicyWins"],"properties":{"digestId":{"type":"string","minLength":1},"subject":{"type":"object","additionalProperties":true},"createdUtc":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"scope":{"type":"object","additionalProperties":true},"evidenceRefs":{"type":"array","items":[]},"redactions":{"type":"array","items":[]},"publicFindings":{"type":"array","items":[]},"privateMaterialExcluded":{"type":"boolean"},"verification":{"type":"object","additionalProperties":true},"exceptions":{"type":"array","items":[]},"warnings":{"type":"array","items":[]},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["digestId","subject","createdUtc","scope","evidenceRefs","redactions","publicFindings","privateMaterialExcluded","verification","exceptions","warnings","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.public-safe-audit-digest.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.public-safe-audit-digest.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.public-safe-audit-digest.v1"},{"profile_id":"uaix.redaction-policy.v1","title":"UAIX Redaction Policy v1","summary":"Redaction policy for secret patterns, data classes, review gates, never-publish values, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","current_release":"UAI-1","schema":{"$schema":"https:\/\/json-schema.org\/draft\/2020-12\/schema","$id":"https:\/\/uaix.org\/schemas\/uaix-redaction-policy.schema.json","title":"UAIX Redaction Policy v1","description":"Redaction policy for secret patterns, data classes, review gates, never-publish values, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX records evidence and handoff boundaries but does not authorize execution.","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":"uaix.redaction-policy.v1"},"message_id":{"type":"string","pattern":"^msg_[a-z0-9][a-z0-9._-]{5,127}$"},"source":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"target":{"type":"object","additionalProperties":true,"required":["type","id","label","uri","role"],"properties":{"type":{"type":"string","minLength":1},"id":{"type":"string","minLength":3},"label":{"type":"string","minLength":2},"uri":{"type":"string","format":"uri"},"role":{"type":"string","minLength":2},"project":{"type":"string","minLength":1}}},"conversation":{"type":"object","additionalProperties":true,"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","minLength":1},"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":true,"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"},"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","minLength":1},"timeout_ms":{"type":"integer","minimum":0},"fallback_directive":{"type":"string","minLength":1}}},"trust":{"type":"object","additionalProperties":true,"required":["channel","auth_scheme","principal","signatureStatus","verification"],"properties":{"channel":{"type":"string","enum":["public-web","private-api","mtls","signed-envelope","credentialed"]},"auth_scheme":{"type":"string","minLength":1},"principal":{"type":"string","minLength":1},"signatureStatus":{"type":"string","enum":["unsigned","not_applicable","reference-only-unsigned","signed-reference","verified","unknown","expired","revoked","disabled","untrusted"]},"verification":{"type":"object","additionalProperties":true,"required":["status","reason"],"properties":{"status":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1}}}}},"body":{"type":"object","additionalProperties":false,"required":["policyId","createdUtc","appliesTo","secretPatterns","dataClasses","redactionActions","reviewRequiredFor","neverPublish","verification","exceptions","warnings","supportBoundary","localPolicyWins"],"properties":{"policyId":{"type":"string","minLength":1},"createdUtc":{"type":"string","format":"date-time","pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"appliesTo":{"type":"array","items":[]},"secretPatterns":{"type":"array","items":[]},"dataClasses":{"type":"array","items":[]},"redactionActions":{"type":"array","items":[]},"reviewRequiredFor":{"type":"array","items":[]},"neverPublish":{"type":"array","items":[]},"verification":{"type":"object","additionalProperties":true},"exceptions":{"type":"array","items":[]},"warnings":{"type":"array","items":[]},"supportBoundary":{"type":"string","pattern":"Agent runtimes execute"},"localPolicyWins":{"type":"boolean"}}},"provenance":{"type":"object","additionalProperties":true,"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}$"},"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":[]}}},"integrity":{"type":"object","additionalProperties":true,"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":true,"required":["namespace","purpose","critical"],"properties":{"namespace":{"type":"string","minLength":1},"purpose":{"type":"string","minLength":1},"critical":{"type":"boolean"}}}}}},"body_required":["policyId","createdUtc","appliesTo","secretPatterns","dataClasses","redactionActions","reviewRequiredFor","neverPublish","verification","exceptions","warnings","supportBoundary","localPolicyWins"],"route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/schemas\/uaix.redaction-policy.v1","example_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/examples\/uaix.redaction-policy.v1","registry_route_url":"https:\/\/uaix.org\/wp-json\/uaix\/v1\/registry\/uaix.redaction-policy.v1"}]}