Errors are reported as a mapping of the field name to an array of
errors, not a string.
Signed-off-by: Stephen Finucane <stephen@that.guru>
properties:
name:
title: Name
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
patches:
title: Patches
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
public:
title: Public
- type: string
+ type: array
+ items:
+ type: string
ErrorCheckCreate:
type: object
properties:
properties:
name:
title: Name
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
patches:
title: Patches
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
public:
title: Public
- type: string
+ type: array
+ items:
+ type: string
{% endif %}
ErrorCheckCreate:
type: object
properties:
name:
title: Name
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
patches:
title: Patches
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
public:
title: Public
- type: string
+ type: array
+ items:
+ type: string
ErrorCheckCreate:
type: object
properties: