Microsoft Graph · Schema
microsoft.graph.horizontalSection
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.horizontalSection",
"title": "microsoft.graph.horizontalSection",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "horizontalSection",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"emphasis": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.sectionEmphasisType"
},
{
"type": "object",
"nullable": true
}
],
"description": "Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue."
},
"layout": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.horizontalSectionLayoutType"
},
{
"type": "object",
"nullable": true
}
],
"description": "Layout type of the section. The possible values are: none, oneColumn, twoColumns, threeColumns, oneThirdLeftColumn, oneThirdRightColumn, fullWidth, unknownFutureValue."
},
"columns": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.horizontalSectionColumn"
},
"description": "The set of vertical columns in this section.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.horizontalSection"
}