Skip to content

Issue assignee has no properties #130

@owlas

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": {}

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