MADE
Schemas
Request and response JSON schemas for MADE.
The OCIP contracts for MADE live in /Volumes/L1feAI/l1feosx/map/schemas/made/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/made/v1/
├── index.json
├── operations.asset_definition_publish.request.json
├── operations.asset_definition_publish.response.json
├── operations.economic_contract_create.request.json
├── operations.economic_contract_create.response.json
├── operations.economic_contract_settle.request.json
├── operations.economic_contract_settle.response.json
├── operations.auction_message.request.json
├── operations.auction_message.response.json
├── operations.market_operation_message.request.json
├── operations.market_operation_message.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
asset_definition_publish | schemas/made/v1/operations.asset_definition_publish.request.json | schemas/made/v1/operations.asset_definition_publish.response.json |
economic_contract_create | schemas/made/v1/operations.economic_contract_create.request.json | schemas/made/v1/operations.economic_contract_create.response.json |
economic_contract_settle | schemas/made/v1/operations.economic_contract_settle.request.json | schemas/made/v1/operations.economic_contract_settle.response.json |
auction_message | schemas/made/v1/operations.auction_message.request.json | schemas/made/v1/operations.auction_message.response.json |
market_operation_message | schemas/made/v1/operations.market_operation_message.request.json | schemas/made/v1/operations.market_operation_message.response.json |
Published
https://schemas.multiagentic.dev/made/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/made/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.