{ "Name" = "MySuite"; "Description" = "This is my hand made suite"; "Classes" = { "NSApplication" = { "Name" = "application"; "PluralName" = "applications"; "Description" = "The top level scripting object."; }; "MyDocument" = { "Name" = "document"; "PluralName" = "documents"; "Description" = "A ScriptableCJ document."; }; }; "Commands" = { "Export" = { "Description" = "My Custom Export command"; "Name" = "export"; }; }; "Synonyms" = { "tact" = { "Name" = "text contents"; "Description" = "The textual contents of the document"; }; }; }