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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
meter | schemas/meal/v1/operations.meter.request.json | schemas/meal/v1/operations.meter.response.json |
statement | schemas/meal/v1/operations.statement.request.json | schemas/meal/v1/operations.statement.response.json |
reconcile | schemas/meal/v1/operations.reconcile.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.