ルート・スキーマ : グリッド
タイプ: object
Show Source
{
"type":"object",
"properties":{
"alias":{
"type":"string"
},
"dimensions":{
"type":"array",
"items":{
"$ref":"#/definitions/GridDimension"
}
},
"slice":{
"$ref":"#/definitions/Slice"
}
}
}
ネストされたスキーマ : dimensions
タイプ: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/GridDimension"
}
}
ネストされたスキーマ : スライス
タイプ: object
Show Source
{
"type":"object",
"properties":{
"columns":{
"type":"integer",
"format":"int32"
},
"dirtyCells":{
"type":"array",
"items":{
"type":"integer",
"format":"int32"
}
},
"dirtyTexts":{
"type":"array",
"items":{
"type":"integer",
"format":"int32"
}
},
"data":{
"$ref":"#/definitions/Data"
},
"rows":{
"type":"integer",
"format":"int32"
}
}
}
ネストされたスキーマ : GridDimension
タイプ: object
Show Source
{
"type":"object",
"properties":{
"row":{
"type":"integer",
"format":"int32"
},
"expanded":{
"type":"boolean"
},
"column":{
"type":"integer",
"format":"int32"
},
"pov":{
"type":"string"
},
"displayName":{
"type":"string"
},
"hidden":{
"type":"boolean"
},
"name":{
"type":"string"
}
}
}
ネストされたスキーマ : Data
タイプ: object
Show Source
{
"type":"object",
"properties":{
"ranges":{
"type":"array",
"items":{
"$ref":"#/definitions/GridRange"
}
}
}
}
ネストされたスキーマ : dirtyCells
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"integer",
"format":"int32"
}
}
ネストされたスキーマ : dirtyTexts
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"integer",
"format":"int32"
}
}
ネストされたスキーマ : ranges
タイプ: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/GridRange"
}
}
ネストされたスキーマ : GridRange
タイプ: object
Show Source
{
"type":"object",
"properties":{
"dataFormats":{
"type":"array",
"items":{
"type":"string"
}
},
"statuses":{
"type":"array",
"items":{
"type":"string"
}
},
"filters":{
"type":"array",
"items":{
"type":"string"
}
},
"types":{
"type":"array",
"items":{
"type":"string"
}
},
"start":{
"type":"integer",
"format":"int32"
},
"enumIds":{
"type":"array",
"items":{
"type":"string"
}
},
"texts":{
"type":"array",
"items":{
"type":"string"
}
},
"values":{
"type":"array",
"items":{
"type":"string"
}
},
"end":{
"type":"integer",
"format":"int32"
}
}
}
ネストされたスキーマ : dataFormats
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : enumIds
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : filters
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : ステータス
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : texts
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : types
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
ネストされたスキーマ : values
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}