ルート・スキーマ : レイアウト
タイプ: object
Show Source
{
"type":"object",
"properties":{
"header":{
"$ref":"#/definitions/LayoutHeader"
},
"spec":{
"$ref":"#/definitions/LayoutSpec"
}
}
}
ネストされたスキーマ : LayoutSpec
タイプ: object
Show Source
{
"type":"object",
"properties":{
"description":{
"type":"string"
},
"grid":{
"$ref":"#/definitions/LayoutGrid"
},
"preferences":{
"$ref":"#/definitions/LayoutPreferences"
}
}
}
ネストされたスキーマ : LayoutGrid
タイプ: object
Show Source
{
"type":"object",
"properties":{
"alias":{
"type":"string"
},
"dimensions":{
"type":"array",
"items":{
"$ref":"#/definitions/LayoutDimension"
}
},
"data":{
"$ref":"#/definitions/LayoutData"
}
}
}
ネストされたスキーマ : LayoutPreferences
タイプ: object
Show Source
{
"type":"object",
"properties":{
"indentation":{
"type":"string",
"enum":[
"NONE",
"SUBITEMS",
"TOTALS"
]
},
"rowSuppression":{
"$ref":"#/definitions/Suppression"
},
"columnSuppression":{
"$ref":"#/definitions/Suppression"
},
"cellText":{
"type":"boolean"
},
"zoomIn":{
"$ref":"#/definitions/ZoomIn"
},
"navigate":{
"type":"boolean"
},
"includeSelection":{
"type":"boolean"
},
"repeatMemberLabels":{
"type":"boolean"
},
"withinSelectedGroup":{
"type":"boolean"
},
"removeUnSelectedGroup":{
"type":"boolean"
},
"includeDescriptionLabel":{
"type":"boolean"
},
"missingText":{
"type":"string"
},
"noAccessText":{
"type":"string"
},
"maxRows":{
"type":"integer",
"format":"int32"
},
"formulaRetention":{
"$ref":"#/definitions/FormulaRetention"
}
}
}
ネストされたスキーマ : LayoutData
タイプ: object
Show Source
{
"type":"object",
"properties":{
"values":{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
},
"types":{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
},
"texts":{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
},
"dataFormats":{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
},
"statuses":{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
},
"filters":{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
},
"enumIds":{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
}
}
}
ネストされたスキーマ : dimensions
タイプ: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/LayoutDimension"
}
}
ネストされたスキーマ : enumIds
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
}
ネストされたスキーマ : filters
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
}
ネストされたスキーマ : ステータス
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
}
ネストされたスキーマ : texts
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
}
ネストされたスキーマ : types
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
}
ネストされたスキーマ : values
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"array",
"items":{
"type":"string"
}
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : LayoutDimension
タイプ: object
Show Source
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"displayName":{
"type":"string"
},
"page":{
"type":"integer",
"format":"int32"
},
"hidden":{
"type":"boolean"
},
"expanded":{
"type":"boolean"
},
"axis":{
"type":"string",
"enum":[
"COLUMN",
"ROW",
"POV"
]
},
"position":{
"type":"integer",
"format":"int32"
}
}
}
ネストされたスキーマ : 抑止
タイプ: object
Show Source
{
"type":"object",
"properties":{
"missing":{
"type":"boolean"
},
"invalid":{
"type":"boolean"
},
"derived":{
"type":"boolean"
},
"zero":{
"type":"boolean"
},
"underScore":{
"type":"boolean"
},
"noAccess":{
"type":"boolean"
},
"emptyBlocks":{
"type":"boolean"
},
"error":{
"type":"boolean"
}
}
}
ネストされたスキーマ : ZoomIn
タイプ: object
Show Source
{
"type":"object",
"properties":{
"ancestor":{
"type":"string",
"enum":[
"TOP",
"BOTTOM"
]
},
"mode":{
"type":"string",
"enum":[
"CHILDREN",
"DESCENDENTS",
"BASE"
]
}
}
}