diff --git a/src/GraphODataTemplateWriter/.config/ObjCSettings.json b/src/GraphODataTemplateWriter/.config/ObjCSettings.json index 6f30053da..fd105ce74 100644 --- a/src/GraphODataTemplateWriter/.config/ObjCSettings.json +++ b/src/GraphODataTemplateWriter/.config/ObjCSettings.json @@ -1,21 +1,51 @@ { - "StaticCodePrefix": "MS", - "TemplateMapping": { - "Shared": [ - { - "_Comment" : "HACK: It seems the entire 'Shared' section is copy pasted from TemplateWriterSettings.json", - "_Comment2" : "with the sole purpose of preventing the Client from being named 'MSGraphGraphServiceClient'.", - "Template": "EntityClient", "SubProcessor": "EntityContainer", "Type": "Client", "Name": "Client" - }, + "StaticCodePrefix": "MS", + "NamespacePrefix": "MSGraph", + "TemplateMapping": { + "Shared": [ + { + "_Comment": "HACK: It seems the entire 'Shared' section is copy pasted from TemplateWriterSettings.json", + "_Comment2": "with the sole purpose of preventing the Client from being named 'MSGraphGraphServiceClient'.", + "Template": "EntityClient", + "SubProcessor": "EntityContainer", + "Type": "Client", + "Name": "Client" + }, - { "Template": "EntityType", "SubProcessor": "EntityType", "Type": "Model", "Name": "" }, - { "Template": "ComplexType", "SubProcessor": "ComplexType", "Type": "Model", "Name": "", "Ignore": "methodResponse" }, - { "Template": "EnumType", "SubProcessor": "EnumType", "Type": "Model", "Name": "" } - ], + { + "Template": "EntityType", + "SubProcessor": "EntityType", + "Type": "Model", + "Name": "" + }, + { + "Template": "ComplexType", + "SubProcessor": "ComplexType", + "Type": "Model", + "Name": "", + "Ignore": "methodResponse" + }, + { + "Template": "EnumType", + "SubProcessor": "EnumType", + "Type": "Model", + "Name": "" + } + ], - "ObjC": [ - { "Template": "ClientModels", "SubProcessor": "Other", "Type": "Model", "Name": "ClientModels" }, - { "Template": "ODataEntities", "SubProcessor": "Other", "Type": "Model", "Name": "ODataEntities" } - ] - } + "ObjC": [ + { + "Template": "ClientModels", + "SubProcessor": "Other", + "Type": "Model", + "Name": "ClientModels" + }, + { + "Template": "ODataEntities", + "SubProcessor": "Other", + "Type": "Model", + "Name": "ODataEntities" + } + ] + } } \ No newline at end of file