OBJECT
1type LocalizedString {2# Name of the field on the localized object3field: String! 45# Will be null if not translated6value: String 78}