-
Updated
Mar 26, 2022 - TypeScript
schema-validation
Here are 83 public repositories matching this topic...
-
Updated
Mar 26, 2022 - R
-
Updated
Mar 25, 2022 - TypeScript
-
Updated
Mar 23, 2022 - Ruby
-
Updated
Sep 27, 2021 - TypeScript
-
Updated
Mar 15, 2022 - Java
In golang client, consumers get dynamic message instance after parsing. Add an example in the docs on how to use dynamic message instance to get values of different types in consumer code.
List of protobuf types to cover
- timestamp
- duration
- bytes
- message type
- struct
- map
-
Updated
May 6, 2021 - HTML
In our codebase I observed that the generated files are often recompiled without explicitly cleaning them or changing the schema. This isn't a big deal for small schemas but in our case it's over 400 files that are being recompiled and takes several seconds.
I don't have a repro-case yet but it should be fairly straight forward. I can imagine using one of the test/example projects and checking
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Jan 12, 2022 - Java
-
Updated
Sep 27, 2018 - JavaScript
Resolve paths from the git root or package.json root as a convenience.
-
Updated
Jan 11, 2022 - OCaml
-
Updated
Feb 18, 2022 - Kotlin
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Nov 30, 2015 - HTML
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Mar 24, 2022 - Ruby
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
Feb 9, 2022 - Shell
-
Updated
Jul 16, 2019 - Python
-
Updated
Feb 11, 2022 - PHP
-
Updated
Aug 5, 2021
-
Updated
Mar 3, 2022 - Xtend
Improve this page
Add a description, image, and links to the schema-validation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the schema-validation topic, visit your repo's landing page and select "manage topics."


Here is an example of current error message:
The 'email_address' field must not be empty.Is there a way to pass field label into schema so the error message is displayed like so:
The 'Email Address' field must not be empty.I know we can use custom messages for each field but curious if there's a lazier approach here :)