components: schemas: ApiError: type: object additionalProperties: false required: - code - error - source properties: code: type: integer format: int32 error: type: string source: type: string details: type: string