Skip to content

Issue assignee has no properties #130

Description

@owlas

In the issues schema, there is an assignee field of type object but it has no properties. This causes an error with bigquery taps because the schema for json has to be defined (in postgres, it just accepts a json blob).

Is this intentional or incomplete? I'm happy to open a PR. Is there a way to reuse assignee.json ?

"assignee": {
"type": [
"null",
"object"
],
"properties": {}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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