-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathopenapi.json
More file actions
25 lines (25 loc) · 896 Bytes
/
openapi.json
File metadata and controls
25 lines (25 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"OpenApiConvertSettings": {
"AddEnumDescriptionExtension": true,
"AddSingleQuotesForStringParameters": true,
"DeclarePathParametersOnPathItem": true,
"EnableCount": true,
"EnableDerivedTypesReferencesForRequestBody": false,
"EnableDerivedTypesReferencesForResponses": false,
"EnableDiscriminatorValue": true,
"EnableKeyAsSegment": true,
"EnableOperationId": true,
"EnablePagination": true,
"EnableTypeDisambiguationForDefaultValueOfOdataTypeProperty": true,
"ErrorResponsesAsDefault": false,
"ExpandDerivedTypesNavigationProperties": true,
"PrefixEntityTypeNameBeforeKey": true,
"ShowLinks": false,
"ShowRootPath": false,
"TagDepth": 2,
"UseSuccessStatusCodeRange": true,
"NamespacePrefixToStripForInMethodPaths": "microsoft.graph",
"EnableAliasForTypeCastSegments": true,
"AddAlternateKeyPaths": true
}
}