Expand description
Schema validation library for sentry-options
This library provides schema loading and validation for sentry-options. Schemas are loaded once and stored in Arc for efficient sharing. Values are validated against schemas as complete objects.
Structs§
- Namespace
Schema - Schema for a namespace, containing validator and defaults
- Schema
Registry - Registry for loading and storing schemas
- Values
Watcher - Watches the values directory for changes, reloading if there are any. If the directory does not exist we do not panic
Enums§
- Validation
Error - Errors that can occur during schema and value validation
Type Aliases§
- Validation
Result - Result type for validation operations
- Values
ByNamespace - A map of option values keyed by their namespace