Skip to content

Commit 31ee000

Browse files
fix(api-docs): Avoid readOnly properties with required (#6608)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3e6345b commit 31ee000

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/app/settings/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@
567567
"SegmentRuleTypeEnum": "segments.models.SegmentRule.RULE_TYPES",
568568
"FeatureValueTypeEnum": ["integer", "string", "boolean"],
569569
},
570+
"COMPONENT_NO_READ_ONLY_REQUIRED": True,
570571
}
571572

572573

0 commit comments

Comments
 (0)