MAP Docs
MOON

Schemas

Request and response JSON schemas for MOON.

The OCIP contracts for MOON live in /Volumes/L1feAI/l1feosx/map/schemas/moon/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.

Index

schemas/moon/v1/
├── index.json
├── operations.submit_manifest.request.json
├── operations.submit_manifest.response.json
├── operations.execute_workflow.request.json
├── operations.execute_workflow.response.json
├── operations.workflow_status.request.json
├── operations.workflow_status.response.json
├── operations.agent_deployment_status.request.json
├── operations.agent_deployment_status.response.json
├── operations.scale_deployment.request.json
├── operations.scale_deployment.response.json
├── operations.update_manifest.request.json
├── operations.update_manifest.response.json

Map

OperationRequest schemaResponse schema
submit_manifestschemas/moon/v1/operations.submit_manifest.request.jsonschemas/moon/v1/operations.submit_manifest.response.json
execute_workflowschemas/moon/v1/operations.execute_workflow.request.jsonschemas/moon/v1/operations.execute_workflow.response.json
workflow_statusschemas/moon/v1/operations.workflow_status.request.jsonschemas/moon/v1/operations.workflow_status.response.json
agent_deployment_statusschemas/moon/v1/operations.agent_deployment_status.request.jsonschemas/moon/v1/operations.agent_deployment_status.response.json
scale_deploymentschemas/moon/v1/operations.scale_deployment.request.jsonschemas/moon/v1/operations.scale_deployment.response.json
update_manifestschemas/moon/v1/operations.update_manifest.request.jsonschemas/moon/v1/operations.update_manifest.response.json

Published

https://schemas.multiagentic.dev/moon/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/moon/v1/operations.<op>.response.json

See Schemas for generation, versioning, validation.

On this page