pub fn generate_openapi(manifest: &ServiceManifest, tenant_slug: &str) -> ValueExpand description
Generate a complete OpenAPI 3.1.0 specification from a service manifest.
tenant_slug is used to build the URL paths (/svc/{tenant}/{service}/{table}).
For local generation (no deployment), pass any placeholder like "local".