0.1.2 • Published 9 months ago

@soluzioni-futura/express-openapi v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@soluzioni-futura/express-openapi

Quick start

Install the package

npm i @soluzioni-futura/express-openapi

Usage

const { Router, Ref } = require("@soluzioni-futura/express-openapi")

const id = new Ref("Id", {
  type: "integer",
  minimum: 1,
  description: "ID"
})

const email = new Ref("Email", {
  type: "string",
  pattern: "^\\S+@\\S+\\.\\S+$",
  description: "Emaill"
})
0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago