small material changes for easier UI implementation
This commit is contained in:
@ -20,7 +20,13 @@
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: 'api.yaml#/components/schemas/Material'
|
||||
allOf:
|
||||
- $ref: 'api.yaml#/components/schemas/Material'
|
||||
properties:
|
||||
status:
|
||||
type: string
|
||||
description: can be deleted/new/validated
|
||||
example: new
|
||||
401:
|
||||
$ref: 'api.yaml#/components/responses/401'
|
||||
500:
|
||||
|
Reference in New Issue
Block a user