1.0.0 • Published 5 months ago

data-def-standart-ajv v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

data-def-standart-ajv

Data defenition standart ajv schemes

Description

Define ajv schema checks on schema and values definition.

type schemaVersion = {
    schema: {type: string | array} & object,
    validValues: any[],
    invalidValues: any[]
}

type valueVersion = {
    schema: {type: string | array} & object,
    value: any
}

API

//index.js
module.exports = {
    schemaVersion: ..., //ajv schema
    valueVersion: ..., //ajv schema
}

License

MIT

Author

Anatoly Starodubtsev