ルート・スキーマ: schema
型: object
ソースを表示
{
"type":"object",
"properties":{
"identifierUI":{
"$ref":"#/components/schemas/IdentifiersRs"
}
}
}
ネストされたスキーマ : IdentifiersRs
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/components/schemas/IdentifierRs"
}
},
"supported_identifiers_types":{
"type":"array",
"items":{
"$ref":"#/components/schemas/IdentifiersRs.IdentifierSuggestions"
}
}
}
}
]
}
ネストされたスキーマ : GenericRestRs
型: object
ソースを表示
{
"type":"object",
"properties":{
"links":{
"type":"array",
"items":{
"$ref":"#/components/schemas/SuiteLink"
}
}
}
}
ネストされたスキーマ : IdentifiersRs-allOf[1]
型: object
ソースを表示
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/components/schemas/IdentifierRs"
}
},
"supported_identifiers_types":{
"type":"array",
"items":{
"$ref":"#/components/schemas/IdentifiersRs.IdentifierSuggestions"
}
}
}
}
ネストされたスキーマ: 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"
}
}
}
ネストされたスキーマ: items
型: array
ソースを表示
{
"type":"array",
"items":{
"$ref":"#/components/schemas/IdentifierRs"
}
}
ネストされたスキーマ : supported_identifiers_types
型: array
ソースを表示
{
"type":"array",
"items":{
"$ref":"#/components/schemas/IdentifiersRs.IdentifierSuggestions"
}
}
ネストされたスキーマ : IdentifierRs
すべてに一致
ソースを表示
{
"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"
}
}
}
]
}
ネストされたスキーマ : IdRs-allOf[1]
型: object
ソースを表示
{
"type":"object",
"properties":{
"id":{
"type":"string"
}
}
}
ネストされたスキーマ : IdentifierRs-allOf[2]
型: object
ソースを表示
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"identifierType":{
"type":"string"
},
"identifierValue":{
"type":"string"
}
}
}
ネストされたスキーマ : IdentifiersRs.IdentifierSuggestions
型: object
ソースを表示
{
"type":"object",
"properties":{
"label":{
"type":"string"
},
"type":{
"type":"string"
},
"desc":{
"type":"string"
}
}
}