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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
resolve | schemas/oas/v1/operations.resolve.request.json | schemas/oas/v1/operations.resolve.response.json |
lineage | schemas/oas/v1/operations.lineage.request.json | schemas/oas/v1/operations.lineage.response.json |
capabilities | schemas/oas/v1/operations.capabilities.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.