1.0.0 and uses OpenAPI 3.1.0.
The updated order and division schemas are documented within API version
1.0.0. The production base URL remains https://api.jobhandy.io/v1; no /v2 endpoint or separate specification revision is introduced.Change classification
Client design rules
- Do not use strict response deserialization that rejects unknown properties.
- Do not assume an enum list can never grow.
- Send only documented request properties because request schemas are closed.
- Pin and archive the OpenAPI file used to generate or validate the client.
- Compare each new contract against the pinned version before deployment.
- Review the Changelog for migration notes.
