Services correctly makes the following legacy endpoints return only legacy-formatted organization data:
- GET /api/org
- POST /api/org
But their OpenAPI response definitions still use oneOf and claim either response format is possible:
Legacy organization response
OR
Registry organization response
That was reasonable when ?registry=true could switch formats. Now that switch is removed, the registry alternative is no longer reachable and shouldn't be listed as a possible response schema.
Services correctly makes the following legacy endpoints return only legacy-formatted organization data:
But their OpenAPI response definitions still use oneOf and claim either response format is possible:
That was reasonable when ?registry=true could switch formats. Now that switch is removed, the registry alternative is no longer reachable and shouldn't be listed as a possible response schema.