openapi: no minimum length for script names
This commit is contained in:
parent
185a1d147f
commit
49db6e35ce
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user