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 5fdad1f commit 1fa5fffCopy full SHA for 1fa5fff
scim2_models/rfc7644/patch_op.py
@@ -68,11 +68,3 @@ class PatchOp(Message):
68
)
69
"""The body of an HTTP PATCH request MUST contain the attribute
70
"Operations", whose value is an array of one or more PATCH operations."""
71
-
72
- @field_validator("schemas")
73
- @classmethod
74
- def validate_schemas(cls, value):
75
- expected = ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]
76
- if value != expected:
77
- raise ValueError(f"`schemas` must be exactly {expected}")
78
- return value
0 commit comments