lib/swagger/defs/delete-response.yaml

10 lines
185 B
YAML
Raw Permalink Normal View History

2023-04-06 01:28:58 +00:00
DeleteResponse:
properties:
Data:
items:
$ref: "./message.yaml#/Message"
type: array
Meta:
$ref: "./response-meta.yaml#/ResponseMeta"
type: object