openapi: remove required ID field on Filter schemas
This commit is contained in:
parent
9070d77f41
commit
fe0a1e0e0f
@ -566,13 +566,8 @@ components:
|
|||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
SubmissionFilter:
|
SubmissionFilter:
|
||||||
required:
|
|
||||||
- ID
|
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
ID:
|
|
||||||
type: integer
|
|
||||||
format: int64
|
|
||||||
DisplayName:
|
DisplayName:
|
||||||
type: string
|
type: string
|
||||||
maxLength: 128
|
maxLength: 128
|
||||||
@ -692,9 +687,6 @@ components:
|
|||||||
ScriptPolicyFilter:
|
ScriptPolicyFilter:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
ID:
|
|
||||||
type: integer
|
|
||||||
format: int64
|
|
||||||
FromScriptHash:
|
FromScriptHash:
|
||||||
type: string
|
type: string
|
||||||
minLength: 16
|
minLength: 16
|
||||||
|
Loading…
Reference in New Issue
Block a user