MAP Docs
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.json

Map

OperationRequest schemaResponse schema
policy_evaluationschemas/moat/v1/operations.policy_evaluation.request.jsonschemas/moat/v1/operations.policy_evaluation.response.json
violation_detectionschemas/moat/v1/operations.violation_detection.request.jsonschemas/moat/v1/operations.violation_detection.response.json
policy_updateschemas/moat/v1/operations.policy_update.request.jsonschemas/moat/v1/operations.policy_update.response.json
compliance_queryschemas/moat/v1/operations.compliance_query.request.jsonschemas/moat/v1/operations.compliance_query.response.json
compliance_assertionschemas/moat/v1/operations.compliance_assertion.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page