-
Updated
Oct 9, 2020 - JavaScript
schema
Here are 1,368 public repositories matching this topic...
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Oct 2, 2020 - HTML
-
Updated
Sep 12, 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
Add some validation checks for mongo operators that can't be done by SimpleSchema. See aldeed/meteor-simple-schema#9.
- $rename (make sure existing values for the renamed key validate for the new key name)
- $inc (check min/max and allowed values)
- $addToSet (check maxCount)
- $push (check maxCount)
- $pull (check minCount)
- $pullAll (check minCount)
- $pop (check min
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 12, 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
Oct 12, 2020 - TypeScript
Similar to the Email validator.
-
Updated
Sep 12, 2020 - Python
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Sep 11, 2020 - JavaScript
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