v1 and appears in every endpoint path.
v1 compatibility policy
Within v1, Hobbes may:- Add response fields
- Add enum-like string values
- Add optional query parameters
- Add endpoints
- Improve descriptions and examples
Build defensively
- Ignore response fields your integration does not recognize.
- Treat documented status values as open string sets unless the schema marks them as closed enums.
- Handle nullable fields explicitly.
- Use resource ids for idempotent upserts.
- Pin business logic to the values you need instead of rejecting the entire response when a new value appears.