Skip to content

OpenAPI Error.code schema property SHOULD reference ErrorCode schema #20

Open
@craicoverflow

Description

This requires #19 to be completed first.

Error:
  type: object
  required: [id, kind, href, code, reason]
  properties:
    id:
      type: string
    kind:
      type: string
    href:
      type: string
    code:
      $ref: '#/components/schemas/ErrorCode'
    reason:
      type: string

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions