Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Schema Inaccuracy/Question] Can owner be null in repo-search-result-item component #549

Copy link
Copy link
Open
@gr2m

Description

@gr2m
Issue body actions

Schema Inaccuracy

    repo-search-result-item:
      title: Repo Search Result Item
      description: Repo Search Result Item
      type: object
      properties:
        id:
          type: integer
        node_id:
          type: string
        # ...
        owner:
          "$ref": "#/components/schemas/nullable-simple-user"

Expected

See octokit/types.ts#338 (comment). We'd expect that owner cannot be set to null. And if it can, could you describe the use case in the property description?

Reproduction Steps

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.