@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"
})

Readme

Keywords

Package Sidebar

Install

npm i @soluzioni-futura/openapi-helper

Weekly Downloads

5

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