lib/swagger/defs/invalid-error.yaml

10 lines
175 B
YAML

InvalidError:
allOf:
- $ref: "./error.yaml#/Error"
- properties:
details:
items:
type: string
type: array
type: object