-
Updated
Dec 2, 2020 - JavaScript
schema
Here are 1,419 public repositories matching this topic...
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Dec 3, 2020 - TypeScript
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Dec 3, 2020 - Python
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Nov 27, 2020 - Python
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Oct 2, 2020 - HTML
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 26, 2020 - TypeScript
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69 502 (io.confluent.rest-utils.requests)
The logs di
-
Updated
Mar 29, 2019 - Ruby
Looks like it should be "Not all child routes satisfy compojure.api.routes/Routing."
Maybe a fix could use (str ::Routing)
or some derivative
-Victor
When errors are returned (If the input information is incorrect) , The name of the corresponding collection is also in the error message . LIKE this :
name is required in CollectionName insert
i want this part (in CollectionName insert ) gone.
error messages belong to software users, and users do not need to see the name of the collection.
And this part should not be returned at all.
-
Updated
Dec 2, 2020 - Java
-
Updated
Nov 22, 2020 - JavaScript
default
const V = require('fastest-validator');
const v = new V();
const schema = {
tuple: {
type: 'tuple',
empty: false,
items: [{ type: 'string', default: '1' }],
},
};
const data = { tuple: [] };
console.log(v.validate(data, schema));
console.log(data);
[
{
type: 'tupleEmpty',
message: "The 'tuple' field must not be an empty
-
Updated
Dec 3, 2020 - TypeScript
Similar to the Email validator.
-
Updated
Sep 12, 2020 - Python
-
Updated
Oct 22, 2020 - TypeScript
Improve this page
Add a description, image, and links to the schema topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the schema topic, visit your repo's landing page and select "manage topics."
Bug Report
The following field (without a validator) cannot be updated via the model. No errors or warnings are logged:
If you would like a jsfiddle demo, let