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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
register_agent | schemas/mars/v1/operations.register_agent.request.json | schemas/mars/v1/operations.register_agent.response.json |
query_registry | schemas/mars/v1/operations.query_registry.request.json | schemas/mars/v1/operations.query_registry.response.json |
publish_manifest | schemas/mars/v1/operations.publish_manifest.request.json | schemas/mars/v1/operations.publish_manifest.response.json |
discovery | schemas/mars/v1/operations.discovery.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.