ajv-swedish-ssn

0.1.0 • Public • Published

ajv-swedish-ssn

Adds a swedish-ssn format to Ajv.

Install

npm i --save ajv-swedish-ssn

Setup

import Ajv from 'ajv'
import ssnValidator from 'ajv-swedish-ssn'
const ajv = new Ajv()
ssnValidator(ajv)

Usage

When defining your JSON schema, use the format keyword with ther value set to swedish-ssn. For example

{
  "type": "object",
  "properties": {
    "ssn": {
      "type": "string",
      "format": "swedish-ssn"
    }
  }
}

Readme

Keywords

Package Sidebar

Install

npm i ajv-swedish-ssn

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

1.44 kB

Total Files

3

Last publish

Collaborators

  • anonrig