chore(api): initial definition of API for user schemas (user v3 and user schema v3 service) (#7372)

Adds the initial proto definition for a new user service (v3) based on user schema and it's corresponding user schema service (v3)
This commit is contained in:
Livio Spring
2024-02-15 11:22:48 +01:00
committed by GitHub
parent d5266ea51c
commit 104034c628
10 changed files with 3821 additions and 118 deletions

View File

@@ -5,4 +5,7 @@ managed:
plugins:
- plugin: buf.build/grpc-ecosystem/openapiv2
out: .artifacts/openapi
opt: allow_delete_body
opt:
- allow_delete_body
- remove_internal_comments=true
- preserve_rpc_order=true