MAP Docs
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.json

Map

OperationRequest schemaResponse schema
asset_definition_publishschemas/made/v1/operations.asset_definition_publish.request.jsonschemas/made/v1/operations.asset_definition_publish.response.json
economic_contract_createschemas/made/v1/operations.economic_contract_create.request.jsonschemas/made/v1/operations.economic_contract_create.response.json
economic_contract_settleschemas/made/v1/operations.economic_contract_settle.request.jsonschemas/made/v1/operations.economic_contract_settle.response.json
auction_messageschemas/made/v1/operations.auction_message.request.jsonschemas/made/v1/operations.auction_message.response.json
market_operation_messageschemas/made/v1/operations.market_operation_message.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page