Skip to content

Commit 6028495

Browse files
authored
Merge pull request #549 from objectstack-ai/copilot/update-api-protocol-structure
2 parents 330678d + 7e90ad5 commit 6028495

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/spec/PROTOCOL_MAP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ This document serves as the **Grand Map** of the ObjectStack specification. It l
156156
| File | Status | Description |
157157
| :--- | :--- | :--- |
158158
| [`protocol.zod.ts`](src/api/protocol.zod.ts) || **Stack Protocol**. valid requests and responses for the platform. |
159+
| [`dispatcher.zod.ts`](src/api/dispatcher.zod.ts) || **HttpDispatcher**. Route-to-service mapping for API routing. |
160+
| [`discovery.zod.ts`](src/api/discovery.zod.ts) || **Service Discovery**. Service registration and API routes discovery. |
159161
| [`endpoint.zod.ts`](src/api/endpoint.zod.ts) | | **API Endpoints**. REST API route definitions. |
160162
| [`graphql.zod.ts`](src/api/graphql.zod.ts) | | **GraphQL**. Schema and resolver configuration. |
161163
| [`rest-server.zod.ts`](src/api/rest-server.zod.ts) | | **REST Server**. REST-specific server settings. |
@@ -167,7 +169,6 @@ This document serves as the **Grand Map** of the ObjectStack specification. It l
167169
| [`router.zod.ts`](src/api/router.zod.ts) | | **Routing**. API Gateway routing rules. |
168170
| [`http-cache.zod.ts`](src/api/http-cache.zod.ts) | | **HTTP Cache**. Cache-Control headers and CDNs. |
169171
| [`errors.zod.ts`](src/api/errors.zod.ts) | | **Error Handling**. Standard error response formats. |
170-
| [`discovery.zod.ts`](src/api/discovery.zod.ts) | | **Service Discovery**. Service registration for microservices. |
171172
| [`metadata.zod.ts`](src/api/metadata.zod.ts) | | **Metadata API**. Endpoints for schema retrieval. |
172173
| [`odata.zod.ts`](src/api/odata.zod.ts) | | **OData**. OData protocol support. |
173174
| [`batch.zod.ts`](src/api/batch.zod.ts) | | **Batch API**. Bulk request processing. |

0 commit comments

Comments
 (0)