silly generator

This commit is contained in:
mertalev
2025-05-06 18:06:59 -04:00
parent 4174575785
commit 35d91aa6bf
6 changed files with 27 additions and 11 deletions

View File

@@ -88,7 +88,9 @@ export class TimeBucketAssetResponseDto implements TimeBucketAssets {
type: 'array',
items: {
type: 'array',
items: { type: 'string', maxItems: 2, minItems: 2 },
items: { type: 'string' },
minItems: 2,
maxItems: 2,
nullable: true,
},
description: '(stack ID, stack asset count) tuple',