ルート・スキーマ : HostIdentifierRs
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/IdRs"
},
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"identifierType":{
"type":"string"
},
"identifierValue":{
"type":"string"
}
}
}
]
}
ネストされたスキーマ : IdRs
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
}
}
}
]
}
ネストされたスキーマ : GenericRestRs
型: object
ソースを表示
{
"type":"object",
"properties":{
"links":{
"type":"array",
"items":{
"$ref":"#/components/schemas/SuiteLink"
}
}
}
}
ネストされたスキーマ : IdRs-allOf[1]
型: object
ソースを表示
{
"type":"object",
"properties":{
"id":{
"type":"string"
}
}
}
ネストされたスキーマ : HostIdentifierRs-allOf[2]
型: object
ソースを表示
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"identifierType":{
"type":"string"
},
"identifierValue":{
"type":"string"
}
}
}
ネストされたスキーマ: links
型: array
ソースを表示
{
"type":"array",
"items":{
"$ref":"#/components/schemas/SuiteLink"
}
}
ネストされたスキーマ : SuiteLink
型: object
ソースを表示
{
"type":"object",
"properties":{
"rel":{
"type":"string"
},
"href":{
"type":"string"
},
"media-type":{
"type":"string"
},
"method":{
"type":"string"
}
}
}