New:Socket for Asana Is Now Available.Learn more
Get Started

@t-marques/x-openapi-flow

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@t-marques/x-openapi-flow

OpenAPI extension for resource workflow and lifecycle management

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

x-openapi-flow

CLI e especificação para validar o extension field x-flow em documentos OpenAPI.

Instalação

npm install @t-marques/x-openapi-flow

Uso rápido

x-flow validate openapi.yaml
x-flow graph openapi.yaml
x-openapi-flow validate openapi.yaml
x-openapi-flow graph openapi.yaml
x-openapi-flow doctor

Comandos

x-openapi-flow validate <openapi-file> [--format pretty|json] [--profile core|relaxed|strict] [--strict-quality] [--config path]
x-openapi-flow init [output-file] [--title "My API"]
x-openapi-flow graph <openapi-file> [--format mermaid|json]
x-openapi-flow doctor [--config path]

Configuração opcional

Crie x-openapi-flow.config.json no diretório do projeto:

{
  "profile": "strict",
  "format": "pretty",
  "strictQuality": false
}

Compatibilidade de arquivos

  • Entrada OpenAPI em .yaml, .yml e .json
  • A validação processa conteúdo OAS com extensão x-flow

Repositório e documentação completa

  • Repositório: https://github.com/tiago-marques/x-openapi-flow
  • Guia completo e changelog no repositório raiz.

Keywords

openapi

FAQs

Package last updated on 25 Feb 2026

Related posts