Skip to content

Commit

Permalink
fix member id validation (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Feb 28, 2024
1 parent 14df52d commit 98a6987
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 114 deletions.
10 changes: 1 addition & 9 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -11572,15 +11572,7 @@
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": "",
"options": {
"validate.rules": [
{
"name": "string.uuid",
"value": true
}
]
}
"defaultValue": ""
}
]
},
Expand Down
186 changes: 93 additions & 93 deletions go/api/v1/project.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions go/api/v1/project.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98a6987

Please sign in to comment.