ルート・スキーマ : ErrorGroupsRs
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"required":[
"partnerId"
],
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/components/schemas/ErrorGroupRs"
}
},
"size":{
"type":"integer",
"format":"int32"
},
"partnerId":{
"type":"string"
}
}
}
]
}
ネストされたスキーマ : GenericRestRs
型: object
ソースを表示
{
"type":"object",
"properties":{
"links":{
"type":"array",
"items":{
"$ref":"#/components/schemas/SuiteLink"
}
}
}
}
ネストされたスキーマ : ErrorGroupsRs-allOf[1]
型: object
ソースを表示
{
"required":[
"partnerId"
],
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/components/schemas/ErrorGroupRs"
}
},
"size":{
"type":"integer",
"format":"int32"
},
"partnerId":{
"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"
}
}
}
ネストされたスキーマ: items
型: array
ソースを表示
{
"type":"array",
"items":{
"$ref":"#/components/schemas/ErrorGroupRs"
}
}
ネストされたスキーマ : ErrorGroupRs
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/IdRs"
},
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"usage":{
"type":"integer",
"format":"int32"
},
"desc":{
"type":"string"
},
"updatedDate":{
"type":"string"
},
"createdDate":{
"type":"string"
},
"id":{
"type":"string"
},
"name":{
"type":"string"
},
"tradingPartnerId":{
"type":"string"
},
"errorCodes":{
"type":"array",
"items":{
"type":"string"
}
}
}
}
]
}
ネストされたスキーマ : IdRs
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
}
}
}
]
}
ネストされたスキーマ : IdRs-allOf[1]
型: object
ソースを表示
{
"type":"object",
"properties":{
"id":{
"type":"string"
}
}
}
ネストされたスキーマ : ErrorGroupRs-allOf[2]
型: object
ソースを表示
{
"type":"object",
"properties":{
"usage":{
"type":"integer",
"format":"int32"
},
"desc":{
"type":"string"
},
"updatedDate":{
"type":"string"
},
"createdDate":{
"type":"string"
},
"id":{
"type":"string"
},
"name":{
"type":"string"
},
"tradingPartnerId":{
"type":"string"
},
"errorCodes":{
"type":"array",
"items":{
"type":"string"
}
}
}
}
ネストされたスキーマ : errorCodes
型: array
ソースを表示
{
"type":"array",
"items":{
"type":"string"
}
}