Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/aiondemand/AIOD-rest-api
Browse files Browse the repository at this point in the history
…into feature/improve-swagger-documentation
  • Loading branch information
josvandervelde committed Nov 28, 2023
2 parents f055362 + b9c51d8 commit fe650ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converters/schema/dcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class DcatAPDistribution(DcatAPObject):

class DcatAPDataset(DcatAPObject):
type_: str = Field(default="dcat:Dataset", alias="@type", const=True)
description: str = Field(
description: str | None = Field(
alias="dct:description",
description="This property contains a free-text account of the Dataset",
)
Expand Down

0 comments on commit fe650ad

Please sign in to comment.