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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
submit_manifest | schemas/moon/v1/operations.submit_manifest.request.json | schemas/moon/v1/operations.submit_manifest.response.json |
execute_workflow | schemas/moon/v1/operations.execute_workflow.request.json | schemas/moon/v1/operations.execute_workflow.response.json |
workflow_status | schemas/moon/v1/operations.workflow_status.request.json | schemas/moon/v1/operations.workflow_status.response.json |
agent_deployment_status | schemas/moon/v1/operations.agent_deployment_status.request.json | schemas/moon/v1/operations.agent_deployment_status.response.json |
scale_deployment | schemas/moon/v1/operations.scale_deployment.request.json | schemas/moon/v1/operations.scale_deployment.response.json |
update_manifest | schemas/moon/v1/operations.update_manifest.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.