Skip to content

Commit e1a9341

Browse files
Copilothotlong
andcommitted
Fix typo: rightToObject → rightToObjection in GDPR config
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent ea1deff commit e1a9341

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/spec/json-schema/system/ComplianceConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "boolean",
3434
"default": true
3535
},
36-
"rightToObject": {
36+
"rightToObjection": {
3737
"type": "boolean",
3838
"default": true
3939
}

packages/spec/json-schema/system/GDPRConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"type": "boolean",
3131
"default": true
3232
},
33-
"rightToObject": {
33+
"rightToObjection": {
3434
"type": "boolean",
3535
"default": true
3636
}

packages/spec/src/system/compliance.zod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const GDPRConfigSchema = z.object({
1111
rightToErasure: z.boolean().default(true),
1212
rightToRestriction: z.boolean().default(true),
1313
rightToPortability: z.boolean().default(true),
14-
rightToObject: z.boolean().default(true),
14+
rightToObjection: z.boolean().default(true),
1515
}),
1616
legalBasis: z.enum([
1717
'consent',

0 commit comments

Comments
 (0)