Skip to content

Commit

Permalink
adding extra to OAS schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zef committed Sep 2, 2022
1 parent d4ee6a9 commit d6d0dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/views/base_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
class RelatedResultResponseSchema(Schema):
value = fields.Integer(description="The related item identifier")
text = fields.String(description="The related item string representation")
extra = fields.Dict(description="The extra metadata for related item")


class RelatedResponseSchema(Schema):
Expand Down

0 comments on commit d6d0dc3

Please sign in to comment.