@mintlify/openapi-types
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

Scalar OpenAPI Types

CI Contributors GitHub License Discord

Modern OpenAPI parser written in TypeScript, with support for Swagger 2.0, OpenAPI 3.0 and OpenAPI 3.1

Installation

npm add @mintlify/openapi-types

Usage

import type { OpenAPI } from '@mintlify/openapi-types'

const file: OpenAPI.Document = {
  openapi: '3.1.0',
  info: {
    title: 'Hello World',
    version: '1.0.0',
  },
  paths: {},
}

Community

We are API nerds. You too? Let’s chat on Discord: https://discord.gg/scalar

License

The source code in this repository is licensed under MIT.

Package Sidebar

Install

npm i @mintlify/openapi-types

Weekly Downloads

176

Version

0.0.0

License

MIT

Unpacked Size

54.9 kB

Total Files

9

Last publish

Collaborators

  • rickyzhangca-mintlify
  • ronan-mintlify
  • hahnbee
  • hanmint