The OpenAPI spec declares the full envelope for /v1/customer/search (message, q, companyId, count, limit, offset, customers: Customer[]) but tests/api/openapi.test.js has no assertion pinning the shape. A future "cleanup" that drops a field from the spec would silently regress SDK code-gen output.
Fix: pin the seven properties + the Customer items $ref.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/
The OpenAPI spec declares the full envelope for
/v1/customer/search(message, q, companyId, count, limit, offset, customers: Customer[]) buttests/api/openapi.test.jshas no assertion pinning the shape. A future "cleanup" that drops a field from the spec would silently regress SDK code-gen output.Fix: pin the seven properties + the Customer items $ref.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/