openapi: no minimum length for script names

This commit is contained in:
Quaternions 2024-12-17 19:21:11 -08:00
parent 185a1d147f
commit 49db6e35ce
2 changed files with 5 additions and 10 deletions

View File

@ -248,8 +248,7 @@ components:
format: int64
Name:
type: string
minLength: 64
maxLength: 64
maxLength: 128
Hash:
type: string
minLength: 16
@ -269,8 +268,7 @@ components:
properties:
Name:
type: string
minLength: 64
maxLength: 64
maxLength: 128
Source:
type: string
maxLength: 1048576

View File

@ -624,8 +624,7 @@ components:
format: int64
Name:
type: string
minLength: 64
maxLength: 64
maxLength: 128
Hash:
type: string
minLength: 16
@ -645,8 +644,7 @@ components:
properties:
Name:
type: string
minLength: 64
maxLength: 64
maxLength: 128
Source:
type: string
maxLength: 1048576
@ -663,8 +661,7 @@ components:
format: int64
Name:
type: string
minLength: 64
maxLength: 64
maxLength: 128
Source:
type: string
maxLength: 1048576