We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76c3c0 commit 499e96bCopy full SHA for 499e96b
src/fideslang/models.py
@@ -991,9 +991,8 @@ class PrivacyDeclaration(BaseModel):
991
features: List[str] = Field(
992
default_factory=list, description="The features of processing personal data."
993
)
994
- flexible_legal_basis_for_processing: bool = Field(
+ flexible_legal_basis_for_processing: Optional[bool] = Field(
995
description="Whether the legal basis for processing is 'flexible' (i.e. can be overridden in a privacy notice) for this declaration.",
996
- default=False,
997
998
legal_basis_for_processing: Optional[LegalBasisForProcessingEnum] = Field(
999
description="The legal basis under which personal data is processed for this purpose."
0 commit comments