acacode / acacode/swagger-typescript-api
maxItems \ minItems support?
Aperta
- Lingua principale
- TypeScript
- Stelle
- 4.1k
- Fork
- 436
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi! Any chance to generate more strict types when max\min items are defined?
**Example input scheme:**
```
point:
title: Point
maxItems: 2
minItems: 2
type: array
items:
type: number
```
*Current output:*
```
point: number[];
```
Expected:
```
point: [number, number];
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.