Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.OData.Edm" Version="8.4.4" />
<PackageReference Include="Microsoft.OpenApi" Version="3.8.0" />
<PackageReference Include="Microsoft.OpenApi" Version="3.9.0" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="18.7.23">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,40 +391,48 @@ public async Task CreateStructuredTypePropertiesSchemaWithCustomAttributeReturns
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.userInsightsSettings"
},
{
"enum": [null]
}
],
"description": "The user's settings for the visibility of meeting hour insights, and insights derived between a user and other items in Microsoft 365, such as documents or sites. Get userInsightsSettings through this navigation property.",
"nullable": true,
"x-ms-navigationProperty": true
},
"contactMergeSuggestions": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.contactMergeSuggestions"
},
{
"enum": [null]
}
],
"description": "The user's settings for the visibility of merge suggestion for the duplicate contacts in the user's contact list.",
"nullable": true,
"x-ms-navigationProperty": true
},
"regionalAndLanguageSettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.regionalAndLanguageSettings"
},
{
"enum": [null]
}
],
"description": "The user's preferences for languages, regional locale and date/time formatting.",
"nullable": true,
"x-ms-navigationProperty": true
},
"shiftPreferences": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.shiftPreferences"
},
{
"enum": [null]
}
],
"description": "The shift preferences for the user.",
"nullable": true,
"x-ms-navigationProperty": true
}
}
Expand Down Expand Up @@ -916,10 +924,14 @@ public async Task CreatePropertySchemaForNullableEnumPropertyReturnSchema(OpenAp
"anyOf": [
{
"$ref": "#/components/schemas/DefaultNs.Color"
},
{
"enum": [
null
]
}
],
"default": "yellow",
"nullable": true
"default": "yellow"
}
""",
OpenApiSpecVersion.OpenApi3_1 =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5011,13 +5011,16 @@
"format": "int32"
},
"Document": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
}
},
Expand Down Expand Up @@ -5358,33 +5361,42 @@
}
},
"Library": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.Library"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"LastRevisionFile": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.DocumentFile.DocumentFile"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"SourceDocument": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"SourceDocumentChildren": {
Expand Down Expand Up @@ -5526,13 +5538,16 @@
"type": "boolean"
},
"Document": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
}
},
Expand Down Expand Up @@ -5595,23 +5610,29 @@
"format": "date-time"
},
"Document": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"Tag": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Tags.Tag"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
}
},
Expand Down Expand Up @@ -5852,33 +5873,42 @@
"format": "int32"
},
"LibraryParent": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.Library"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"Type": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.LibraryType"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"SourceFolder": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.Library"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"Documents": {
Expand Down Expand Up @@ -6049,23 +6079,29 @@
"type": "boolean"
},
"MasterLibraryType": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.LibraryType"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"ParentLibraryTypes": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.LibraryType"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
},
"MasterLibraryTypeChildren": {
Expand Down Expand Up @@ -6573,13 +6609,16 @@
"nullable": true
},
"Document": {
"type": "object",
"anyOf": [
{
"$ref": "#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document"
},
{
"enum": [
null
]
}
],
"nullable": true,
"x-ms-navigationProperty": true
}
},
Expand Down Expand Up @@ -7473,4 +7512,4 @@
"x-ms-docs-toc-type": "page"
}
]
}
}
Loading
Loading