simonplend / express-json-validator-middleware

Express middleware for validating requests against JSON schema

Home Page:https://npm.im/express-json-validator-middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a package-support.json

simonplend opened this issue · comments

Potential package-support.json:

{
  "versions": [
    {
      "version": "*",
      "target": {
        "node": "supported"
      },
      "response": {
        "type": "best-effort"
      },
      "backing": {
        "none": ""
      }
    }
  ]
}

Add "support": true to package.json.