Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Nov 29, 2020
1 parent 4966961 commit d3f4018
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -575,8 +575,8 @@ const validDataList = [
];

const invalidDataList = [
{ kind: 'foo' }, // no propery foo
{ kind: 'bar' }, // no propery bar
{ kind: 'foo' }, // no property foo
{ kind: 'bar' }, // no property bar
{ kind: 'foo', foo: 'any', another: 'any value' }, // additional property
{ kind: 'bar', bar: 1, another: 'any value' }, // additional property
{ kind: 'anything_else', foo: 'any' } // property foo not allowed
Expand Down Expand Up @@ -716,7 +716,6 @@ function getUuid(args) {
const def = require("ajv-keywords/dist/definitions/dynamicDefaults")
def.DEFAULTS.uuid = getUuid


const schema = {
dynamicDefaults: {
id1: "uuid", // v4
Expand Down

0 comments on commit d3f4018

Please sign in to comment.