MAP Docs
OAS

Schemas

Request and response JSON schemas for OAS.

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

Index

schemas/oas/v1/
├── index.json
├── operations.resolve.request.json
├── operations.resolve.response.json
├── operations.lineage.request.json
├── operations.lineage.response.json
├── operations.capabilities.request.json
├── operations.capabilities.response.json

Map

OperationRequest schemaResponse schema
resolveschemas/oas/v1/operations.resolve.request.jsonschemas/oas/v1/operations.resolve.response.json
lineageschemas/oas/v1/operations.lineage.request.jsonschemas/oas/v1/operations.lineage.response.json
capabilitiesschemas/oas/v1/operations.capabilities.request.jsonschemas/oas/v1/operations.capabilities.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page