{"$id": "https://hypna.space/hypnospec/draft/2025-07/schemas/settings/", "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "title": "HypnoSpec Settings Descriptor, Draft Version 2025-07", "description": "Content holds information used during the session", "properties": {"version": {"type": "string", "description": "Version of this settings."}, "features": {"type": "array", "description": "List of features, their content, and their settings.", "items": {"$ref": "https://hypna.space/hypnospec/draft/2025-07/schemas/feature/"}}}}