OK
変数が正常に取得されました。 変数の詳細と、変数を取得、編集または削除するためのリンクが含まれます。
本文()
ルート・スキーマ : schema
タイプ: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/VariableList"
}
}
ネストされたスキーマ : VariableList
タイプ: object
Show Source
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/Variable"
}
},
"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"
}
}
}
ネストされたスキーマ : items
タイプ: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/Variable"
}
}
ネストされたスキーマ : properties
タイプ: object
許可される追加プロパティ
Show Source
{
"type":"object",
"additionalProperties":{
"type":"string"
}
}
ネストされたスキーマ : Variable
タイプ: object
Show Source
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"value":{
"type":"string"
},
"links":{
"type":"array",
"items":{
"$ref":"#/definitions/Link"
}
}
}
}
ネストされたスキーマ : links
タイプ: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/Link"
}
}
ネストされたスキーマ : リンク
タイプ: object
Show Source
{
"type":"object",
"properties":{
"rel":{
"type":"string"
},
"href":{
"type":"string"
},
"method":{
"type":"string"
},
"type":{
"type":"string"
}
}
}