@soluzioni-futura/openapi-helper
TypeScript icon, indicating that this package has built-in type declarations

8.3.0 • Public • Published

@soluzioni-futura/openapi-helper

Quick start

Install the package

$ npm i @soluzioni-futura/openapi-helper

Usage

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

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

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
8.3.032latest

Version History

VersionDownloads (Last 7 Days)Published
8.3.032
8.2.20
8.2.10
8.2.00
8.1.00
8.0.00
6.2.00
6.1.00
6.0.00
5.1.10
5.1.00
5.0.20
5.0.10
5.0.00
4.0.30
4.0.10
4.0.00
3.0.00
2.1.00
2.0.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @soluzioni-futura/openapi-helper

Weekly Downloads

32

Version

8.3.0

License

ISC

Unpacked Size

21.6 kB

Total Files

5

Last publish

Collaborators

  • giovanni.bruno
  • nico.fuccella
  • vforvalerio87
  • zhoujian26
  • riccardorispoli
  • allemonta