{
    "info": {
        "mockOnlyWarning": "This application was generated with a local metadata file and does not reference a live server. Please add the required server configuration or start this application with mock data using the target: `npm run start-mock`."
    },
    "warn": {
        "invalidTypeForAnnotationGeneration": "The provided option: `addAnnotations` is not supported for the specified template: '{{ templateType }}' and OData version: '{{ odataVersion }}'. Generation will continue but additional annotations will not be added."
    },
    "error": {
        "unsupportedOdataVersion": "The OData version of the specified service: {{ serviceVersion }} is not supported by the template type: {{ templateType }}.",
        "unsupportedUI5Version": "The specified `feApp.ui5` property: '{{ versionProperty }}' - {{ ui5Version }} is not supported by the template type: {{ templateType }}. Please specify {{minRequiredUI5Version}} or higher.",
        "invalidUI5Version": "The specified `feApp.ui5` property: '{{ versionProperty }}' - {{ ui5Version }} is not a valid semantic version.",
        "missingRequiredProperty": "A property required for application generation is not specified: '{{ propertyName }}'.",
        "errorGeneratingDefaultAnnotations": "An error occurred generating the default annotations."
    }
}
