ルート・スキーマ : DBSizeList
タイプ: object
Show Source
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/DatabaseSizeStatistics"
}
},
"totalResults":{
"type":"integer",
"format":"int64"
},
"limit":{
"type":"integer",
"format":"int64"
},
"offset":{
"type":"integer",
"format":"int64"
},
"count":{
"type":"integer",
"format":"int64"
},
"hasMore":{
"type":"boolean"
},
"properties":{
"type":"object",
"additionalProperties":{
"type":"string"
}
}
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/DatabaseSizeStatistics"
}
}
ネストされたスキーマ : properties
タイプ: object
許可される追加プロパティ
Show Source
{
"type":"object",
"additionalProperties":{
"type":"string"
}
}
ネストされたスキーマ : DatabaseSizeStatistics
タイプ: object
Show Source
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"pageSize":{
"type":"integer",
"format":"int64"
},
"indexSize":{
"type":"integer",
"format":"int64"
}
}
}