-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Part 1: CoreIssue related to Part 1 - CoreIssue related to Part 1 - Core
Milestone
Description
Hi, have you considered implementing the RFC9457 standard into the openapi schema for error responses? there is a blog post talking about adopting this over on the swagger website.
currenty the schema for errors is just
exception:
type: object
description: |-
Information about the exception: an error code plus an optional description.
required:
- code
properties:
code:
type: string
description:
type: stringi.e.
{
"code": "string",
"description": "string"
}which I think could be improved by adopting RFC9457
Metadata
Metadata
Assignees
Labels
Part 1: CoreIssue related to Part 1 - CoreIssue related to Part 1 - Core
Type
Projects
Status
To be drafted