Specification files
| File | Mục đích |
|---|---|
/openapi.oms.en.json | REST API reference tiếng Anh dùng cho English docs |
/openapi.oms.vi.json | REST API reference tiếng Việt dùng cho Vietnamese docs |
Dùng với AI tools
Đưa OpenAPI file cho model kèm instruction này:Checklist cho client
- Tìm operation theo method hoặc path.
- Đọc toàn bộ path, query, header và body parameters.
- Build request từ typed fields; tránh tự nối string nếu có structured client.
- Parse success response theo schema đã document.
- Parse error response defensive vì error payload có thể khác nhau theo điểm fail.

