This repository maintains the Apollo OpenAPI contract. The source of truth is
apollo-openapi.yaml.
Generated code is treated as a temporary verification artifact, not as
maintained source code or an official Apollo SDK. Apollo Portal pins a released
apollo-openapi.yaml tag and generates its Spring OpenAPI interfaces during
the Portal build.
To verify the spec can still generate the Portal OpenAPI surface:
./generate.sh --verifyThe generated files are written under build/generated/ and are intentionally
ignored by git.