MOAT
Schemas
Request and response JSON schemas for MOAT.
The OCIP contracts for MOAT live in /Volumes/L1feAI/l1feosx/map/schemas/moat/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/moat/v1/
├── index.json
├── operations.policy_evaluation.request.json
├── operations.policy_evaluation.response.json
├── operations.violation_detection.request.json
├── operations.violation_detection.response.json
├── operations.policy_update.request.json
├── operations.policy_update.response.json
├── operations.compliance_query.request.json
├── operations.compliance_query.response.json
├── operations.compliance_assertion.request.json
├── operations.compliance_assertion.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
policy_evaluation | schemas/moat/v1/operations.policy_evaluation.request.json | schemas/moat/v1/operations.policy_evaluation.response.json |
violation_detection | schemas/moat/v1/operations.violation_detection.request.json | schemas/moat/v1/operations.violation_detection.response.json |
policy_update | schemas/moat/v1/operations.policy_update.request.json | schemas/moat/v1/operations.policy_update.response.json |
compliance_query | schemas/moat/v1/operations.compliance_query.request.json | schemas/moat/v1/operations.compliance_query.response.json |
compliance_assertion | schemas/moat/v1/operations.compliance_assertion.request.json | schemas/moat/v1/operations.compliance_assertion.response.json |
Published
https://schemas.multiagentic.dev/moat/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/moat/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.