MAP Docs
MARS

Schemas

Request and response JSON schemas for MARS.

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

Index

schemas/mars/v1/
├── index.json
├── operations.register_agent.request.json
├── operations.register_agent.response.json
├── operations.query_registry.request.json
├── operations.query_registry.response.json
├── operations.publish_manifest.request.json
├── operations.publish_manifest.response.json
├── operations.discovery.request.json
├── operations.discovery.response.json

Map

OperationRequest schemaResponse schema
register_agentschemas/mars/v1/operations.register_agent.request.jsonschemas/mars/v1/operations.register_agent.response.json
query_registryschemas/mars/v1/operations.query_registry.request.jsonschemas/mars/v1/operations.query_registry.response.json
publish_manifestschemas/mars/v1/operations.publish_manifest.request.jsonschemas/mars/v1/operations.publish_manifest.response.json
discoveryschemas/mars/v1/operations.discovery.request.jsonschemas/mars/v1/operations.discovery.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page