From fe56afdd9dd50715ddb98781c781ba79e022f495 Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Date: Wed, 2 Apr 2025 10:43:59 +0200 Subject: [PATCH] chore(ci): Pin version of json schema generator Signed-off-by: Javier Rodriguez --- app/controlplane/api/buf.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controlplane/api/buf.gen.yaml b/app/controlplane/api/buf.gen.yaml index 9a4157753..73c941f30 100644 --- a/app/controlplane/api/buf.gen.yaml +++ b/app/controlplane/api/buf.gen.yaml @@ -19,5 +19,5 @@ plugins: - outputClientImpl=grpc-web # client implementation it generates - esModuleInterop=true # use imports as required in modern ts setups - useOptionals=messages # use optional TypeScript properties instead of undefined - - plugin: buf.build/bufbuild/protoschema-jsonschema + - plugin: buf.build/bufbuild/protoschema-jsonschema:v0.2.0 out: ./gen/jsonschema