title = data.get('title', 'Tutorial') if isinstance(data, dict) else 'Tutorial' author = data.get('author', 'Author') if isinstance(data, dict) else 'Author' ...
"_comment_en_us": "The component controls which item opens this scene. componentKey is optional but useful when you want to distinguish multiple tutorials that share the same item.", ...