MAP Docs
MEAL

Schemas

Request and response JSON schemas for MEAL.

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

Index

schemas/meal/v1/
├── index.json
├── operations.meter.request.json
├── operations.meter.response.json
├── operations.statement.request.json
├── operations.statement.response.json
├── operations.reconcile.request.json
├── operations.reconcile.response.json

Map

OperationRequest schemaResponse schema
meterschemas/meal/v1/operations.meter.request.jsonschemas/meal/v1/operations.meter.response.json
statementschemas/meal/v1/operations.statement.request.jsonschemas/meal/v1/operations.statement.response.json
reconcileschemas/meal/v1/operations.reconcile.request.jsonschemas/meal/v1/operations.reconcile.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page