ルート・スキーマ : DocumentsUI
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/components/schemas/DocumentUI"
}
},
"size":{
"type":"integer",
"format":"int32"
}
}
}
]
}
ネストされたスキーマ : GenericRestRs
型: object
ソースを表示
{
"type":"object",
"properties":{
"links":{
"type":"array",
"items":{
"$ref":"#/components/schemas/SuiteLink"
}
}
}
}
ネストされたスキーマ : DocumentsUI-allOf[1]
型: object
ソースを表示
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/components/schemas/DocumentUI"
}
},
"size":{
"type":"integer",
"format":"int32"
}
}
}
ネストされたスキーマ: 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/DocumentUI"
}
}
ネストされたスキーマ : DocumentUI
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/ViewModel"
},
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"activeAgr":{
"type":"array",
"items":{
"$ref":"#/components/schemas/AgreementUI"
}
},
"inActiveAgr":{
"type":"array",
"items":{
"$ref":"#/components/schemas/AgreementUI"
}
},
"parameters":{
"type":"string"
},
"businessIdentifiers":{
"$ref":"#/components/schemas/BusinessIdentifierUI"
},
"partnerCnt":{
"type":"integer",
"format":"int32"
},
"schema":{
"type":"string"
},
"state":{
"type":"string"
},
"schemaName":{
"type":"string"
},
"active":{
"type":"array",
"items":{
"$ref":"#/components/schemas/IntegrationResourceUI"
}
},
"inActive":{
"type":"array",
"items":{
"$ref":"#/components/schemas/IntegrationResourceUI"
}
}
}
}
]
}
ネストされたスキーマ : ViewModel
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"createdBy":{
"type":"string"
},
"updatedBy":{
"type":"string"
},
"createdDate":{
"type":"string"
},
"updatedDate":{
"type":"string"
},
"txName":{
"type":"string"
},
"id":{
"type":"string"
},
"txId":{
"type":"string"
},
"std":{
"type":"string"
},
"version":{
"type":"string"
},
"desc":{
"type":"string"
},
"count":{
"type":"integer",
"format":"int32"
}
}
}
]
}
ネストされたスキーマ : ViewModel-allOf[1]
型: object
ソースを表示
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"createdBy":{
"type":"string"
},
"updatedBy":{
"type":"string"
},
"createdDate":{
"type":"string"
},
"updatedDate":{
"type":"string"
},
"txName":{
"type":"string"
},
"id":{
"type":"string"
},
"txId":{
"type":"string"
},
"std":{
"type":"string"
},
"version":{
"type":"string"
},
"desc":{
"type":"string"
},
"count":{
"type":"integer",
"format":"int32"
}
}
}
ネストされたスキーマ : DocumentUI-allOf[2]
型: object
ソースを表示
{
"type":"object",
"properties":{
"activeAgr":{
"type":"array",
"items":{
"$ref":"#/components/schemas/AgreementUI"
}
},
"inActiveAgr":{
"type":"array",
"items":{
"$ref":"#/components/schemas/AgreementUI"
}
},
"parameters":{
"type":"string"
},
"businessIdentifiers":{
"$ref":"#/components/schemas/BusinessIdentifierUI"
},
"partnerCnt":{
"type":"integer",
"format":"int32"
},
"schema":{
"type":"string"
},
"state":{
"type":"string"
},
"schemaName":{
"type":"string"
},
"active":{
"type":"array",
"items":{
"$ref":"#/components/schemas/IntegrationResourceUI"
}
},
"inActive":{
"type":"array",
"items":{
"$ref":"#/components/schemas/IntegrationResourceUI"
}
}
}
}
ネストされたスキーマ : アクティブ
型: array
ソースを表示
{
"type":"array",
"items":{
"$ref":"#/components/schemas/IntegrationResourceUI"
}
}
ネストされたスキーマ : activeAgr
型: array
ソースを表示
{
"type":"array",
"items":{
"$ref":"#/components/schemas/AgreementUI"
}
}
ネストされたスキーマ : BusinessIdentifierUI
型: object
ソースを表示
{
"type":"object",
"properties":{
"bizIdName1":{
"type":"string"
},
"bizIdXpath1":{
"type":"string"
},
"bizIdName2":{
"type":"string"
},
"bizIdXpath2":{
"type":"string"
},
"bizIdName3":{
"type":"string"
},
"bizIdXpath3":{
"type":"string"
}
}
}
ネストされたスキーマ : inActive
型: array
ソースを表示
{
"type":"array",
"items":{
"$ref":"#/components/schemas/IntegrationResourceUI"
}
}
ネストされたスキーマ : inActiveAgr
型: array
ソースを表示
{
"type":"array",
"items":{
"$ref":"#/components/schemas/AgreementUI"
}
}
ネストされたスキーマ : IntegrationResourceUI
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/ViewModel"
},
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"id":{
"type":"string"
},
"status":{
"type":"string"
},
"version":{
"type":"string"
}
}
}
]
}
ネストされたスキーマ : IntegrationResourceUI-allOf[2]
型: object
ソースを表示
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"id":{
"type":"string"
},
"status":{
"type":"string"
},
"version":{
"type":"string"
}
}
}
ネストされたスキーマ : AgreementUI
すべてに一致
ソースを表示
{
"allOf":[
{
"$ref":"#/components/schemas/ViewModel"
},
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"deployStatus":{
"type":"string"
},
"direction":{
"type":"string"
},
"agrID":{
"type":"string"
},
"tpId":{
"type":"string"
},
"docId":{
"type":"string"
},
"agrName":{
"type":"string"
}
}
}
]
}
ネストされたスキーマ : AgreementUI-allOf[2]
型: object
ソースを表示
{
"type":"object",
"properties":{
"deployStatus":{
"type":"string"
},
"direction":{
"type":"string"
},
"agrID":{
"type":"string"
},
"tpId":{
"type":"string"
},
"docId":{
"type":"string"
},
"agrName":{
"type":"string"
}
}
}