Skip to content

Commit

Permalink
Merge pull request #230 from M3nin0/marketplace
Browse files Browse the repository at this point in the history
marketplace: updating schema
  • Loading branch information
M3nin0 authored Jun 5, 2024
2 parents 9c9cc19 + 1c83a93 commit 737dbc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MarketplaceFields(Schema):
class MetadataSchema(BaseMetadataSchema):
"""Metadata schema for marketplace items."""

marketplace = fields.Nested(MarketplaceFields)
marketplace = fields.Nested(MarketplaceFields, required=True)


#
Expand Down

0 comments on commit 737dbc8

Please sign in to comment.