openapi: no minimum length for script names
This commit is contained in:
parent
185a1d147f
commit
49db6e35ce
@ -248,8 +248,7 @@ components:
|
|||||||
format: int64
|
format: int64
|
||||||
Name:
|
Name:
|
||||||
type: string
|
type: string
|
||||||
minLength: 64
|
maxLength: 128
|
||||||
maxLength: 64
|
|
||||||
Hash:
|
Hash:
|
||||||
type: string
|
type: string
|
||||||
minLength: 16
|
minLength: 16
|
||||||
@ -269,8 +268,7 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
Name:
|
Name:
|
||||||
type: string
|
type: string
|
||||||
minLength: 64
|
maxLength: 128
|
||||||
maxLength: 64
|
|
||||||
Source:
|
Source:
|
||||||
type: string
|
type: string
|
||||||
maxLength: 1048576
|
maxLength: 1048576
|
||||||
|
@ -624,8 +624,7 @@ components:
|
|||||||
format: int64
|
format: int64
|
||||||
Name:
|
Name:
|
||||||
type: string
|
type: string
|
||||||
minLength: 64
|
maxLength: 128
|
||||||
maxLength: 64
|
|
||||||
Hash:
|
Hash:
|
||||||
type: string
|
type: string
|
||||||
minLength: 16
|
minLength: 16
|
||||||
@ -645,8 +644,7 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
Name:
|
Name:
|
||||||
type: string
|
type: string
|
||||||
minLength: 64
|
maxLength: 128
|
||||||
maxLength: 64
|
|
||||||
Source:
|
Source:
|
||||||
type: string
|
type: string
|
||||||
maxLength: 1048576
|
maxLength: 1048576
|
||||||
@ -663,8 +661,7 @@ components:
|
|||||||
format: int64
|
format: int64
|
||||||
Name:
|
Name:
|
||||||
type: string
|
type: string
|
||||||
minLength: 64
|
maxLength: 128
|
||||||
maxLength: 64
|
|
||||||
Source:
|
Source:
|
||||||
type: string
|
type: string
|
||||||
maxLength: 1048576
|
maxLength: 1048576
|
||||||
|
Loading…
Reference in New Issue
Block a user