{"$id": "https://hypna.space/hypnospec/draft/2025-07/feature/space.hypna.feature.distractors/", "$ref": "https://hypna.space/hypnospec/draft/2025-07/schemas/feature/", "id": "space.hypna.feature.content.distractors", "creator": "hypna.space", "version": "2025-07", "type": "object", "title": "Distractors Feature Descriptor for Hypnosis Spirals, Provides base content for distractors and base frequencies for randomization.", "description": "This feature adds distractor lines to the session that appear randomly on the screen.", "required": false, "useProjectLevelConfiguration": false, "properties": {"configuration": {"type": "object", "properties": {"lines": {"type": "array", "description": "List of distractor lines to be used in the session", "items": {"type": "string"}}, "duration": {"type": "integer", "description": "Duration a distractor will stay on screen, in milliseconds"}, "base_frequency": {"type": "integer", "description": "Base frequency of distractor spawning, in milliseconds"}, "base_random_offset": {"type": "boolean", "description": "If true, offset base_frequency by +/- 20%"}}}}, "dependencies": []}