DescriptionIgnore unknown attributes when parsing JSON schemas.
JSON schemas are used by extensions that support enterprise management,
to declare the policies that they support. The current parser rejects
schemas with unknown attributes; this CL lifts that restriction for 2 reasons:
- the JSON schema spec does not mandate this behavior for validators
- it restricts future extensions to this format
BUG=108992
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239407
Patch Set 1 #Patch Set 2 : added flag #
Total comments: 3
Patch Set 3 : added Options enum #
Messages
Total messages: 7 (0 generated)
|