ルート・スキーマ : データベース
タイプ: object
Show Source
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/ScenarioCubes"
}
},
"count":{
"type":"integer",
"format":"int64"
},
"hasMore":{
"type":"boolean"
},
"totalResults":{
"type":"integer",
"format":"int64"
},
"limit":{
"type":"integer",
"format":"int64"
},
"properties":{
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"offset":{
"type":"integer",
"format":"int64"
}
},
"xml":{
"name":"Databases"
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/ScenarioCubes"
}
}
ネストされたスキーマ : properties
タイプ: object
許可される追加プロパティ
Show Source
{
"type":"object",
"additionalProperties":{
"type":"string"
}
}
ネストされたスキーマ : データベース
タイプ: object
Show Source
{
"type":"object",
"properties":{
"application":{
"type":"string"
},
"databases":{
"type":"array",
"items":{
"type":"string"
}
},
"createScenario":{
"type":"boolean"
},
"participateInScenario":{
"type":"boolean"
},
"databaseAdmin":{
"type":"boolean"
}
},
"xml":{
"name":"Database"
}
}
ネストされたスキーマ : databases
タイプ: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}