acacode / acacode/swagger-typescript-api
maxItems \ minItems support?
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 4.1k
- Fork
- 436
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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];
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.