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.9.0" />
<PackageReference Include="Microsoft.OpenApi" Version="3.10.2" />
<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 @@ -393,7 +393,8 @@ public async Task CreateStructuredTypePropertiesSchemaWithCustomAttributeReturns
"$ref": "#/components/schemas/microsoft.graph.userInsightsSettings"
},
{
"enum": [null]
"enum": [null],
"nullable": true
}
],
"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.",
Expand All @@ -405,7 +406,8 @@ public async Task CreateStructuredTypePropertiesSchemaWithCustomAttributeReturns
"$ref": "#/components/schemas/microsoft.graph.contactMergeSuggestions"
},
{
"enum": [null]
"enum": [null],
"nullable": true
}
],
"description": "The user's settings for the visibility of merge suggestion for the duplicate contacts in the user's contact list.",
Expand All @@ -417,7 +419,8 @@ public async Task CreateStructuredTypePropertiesSchemaWithCustomAttributeReturns
"$ref": "#/components/schemas/microsoft.graph.regionalAndLanguageSettings"
},
{
"enum": [null]
"enum": [null],
"nullable": true
}
],
"description": "The user's preferences for languages, regional locale and date/time formatting.",
Expand All @@ -429,7 +432,8 @@ public async Task CreateStructuredTypePropertiesSchemaWithCustomAttributeReturns
"$ref": "#/components/schemas/microsoft.graph.shiftPreferences"
},
{
"enum": [null]
"enum": [null],
"nullable": true
}
],
"description": "The shift preferences for the user.",
Expand Down Expand Up @@ -928,7 +932,8 @@ public async Task CreatePropertySchemaForNullableEnumPropertyReturnSchema(OpenAp
{
"enum": [
null
]
],
"nullable": true
}
],
"default": "yellow"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5018,7 +5018,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand Down Expand Up @@ -5368,7 +5369,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand All @@ -5381,7 +5383,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand All @@ -5394,7 +5397,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand Down Expand Up @@ -5545,7 +5549,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand Down Expand Up @@ -5617,7 +5622,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand All @@ -5630,7 +5636,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand Down Expand Up @@ -5880,7 +5887,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand All @@ -5893,7 +5901,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand All @@ -5906,7 +5915,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand Down Expand Up @@ -6086,7 +6096,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand All @@ -6099,7 +6110,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand Down Expand Up @@ -6616,7 +6628,8 @@
{
"enum": [
null
]
],
"nullable": true
}
],
"x-ms-navigationProperty": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3530,6 +3530,7 @@ components:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
example:
Id: 0
Expand Down Expand Up @@ -3808,18 +3809,21 @@ components:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.Library'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
LastRevisionFile:
anyOf:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.DocumentFile.DocumentFile'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
SourceDocument:
anyOf:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
SourceDocumentChildren:
type: array
Expand Down Expand Up @@ -3934,6 +3938,7 @@ components:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
example:
ClassInstance: 0
Expand Down Expand Up @@ -3988,12 +3993,14 @@ components:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
Tag:
anyOf:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Tags.Tag'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
example:
DocumentId: 0
Expand Down Expand Up @@ -4195,18 +4202,21 @@ components:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.Library'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
Type:
anyOf:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.LibraryType'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
SourceFolder:
anyOf:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.Library'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
Documents:
type: array
Expand Down Expand Up @@ -4345,12 +4355,14 @@ components:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.LibraryType'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
ParentLibraryTypes:
anyOf:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Library.LibraryType'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
MasterLibraryTypeChildren:
type: array
Expand Down Expand Up @@ -4739,6 +4751,7 @@ components:
- $ref: '#/components/schemas/Siterra.Documents.BusinessLogic.Entities.Document.Document'
- enum:
- null
nullable: true
x-ms-navigationProperty: true
example:
Id: 0
Expand Down
Loading