lib/swagger/defs/invalid-error.yaml

10 lines
175 B
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
InvalidError:
allOf:
- $ref: "./error.yaml#/Error"
- properties:
details:
items:
type: string
type: array
type: object