Root Schema : DocumentsUI
Match All
Show Source
{
"allOf":[
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/components/schemas/DocumentUI"
}
},
"size":{
"type":"integer",
"format":"int32"
}
}
}
]
}
Nested Schema : GenericRestRs
Type: object
Show Source
{
"type":"object",
"properties":{
"links":{
"type":"array",
"items":{
"$ref":"#/components/schemas/SuiteLink"
}
}
}
}
Nested Schema : DocumentsUI-allOf[1]
Type: object
Show Source
{
"type":"object",
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/components/schemas/DocumentUI"
}
},
"size":{
"type":"integer",
"format":"int32"
}
}
}
Nested Schema : links
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/components/schemas/SuiteLink"
}
}
Nested Schema : SuiteLink
Type: object
Show Source
{
"type":"object",
"properties":{
"rel":{
"type":"string"
},
"href":{
"type":"string"
},
"media-type":{
"type":"string"
},
"method":{
"type":"string"
}
}
}
Nested Schema : items
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/components/schemas/DocumentUI"
}
}
Nested Schema : DocumentUI
Match All
Show Source
{
"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"
}
}
}
}
]
}
Nested Schema : ViewModel
Match All
Show Source
{
"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"
}
}
}
]
}
Nested Schema : ViewModel-allOf[1]
Type: object
Show Source
{
"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"
}
}
}
Nested Schema : DocumentUI-allOf[2]
Type: object
Show Source
{
"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"
}
}
}
}
Nested Schema : active
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/components/schemas/IntegrationResourceUI"
}
}
Nested Schema : activeAgr
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/components/schemas/AgreementUI"
}
}
Nested Schema : BusinessIdentifierUI
Type: object
Show Source
{
"type":"object",
"properties":{
"bizIdName1":{
"type":"string"
},
"bizIdXpath1":{
"type":"string"
},
"bizIdName2":{
"type":"string"
},
"bizIdXpath2":{
"type":"string"
},
"bizIdName3":{
"type":"string"
},
"bizIdXpath3":{
"type":"string"
}
}
}
Nested Schema : inActive
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/components/schemas/IntegrationResourceUI"
}
}
Nested Schema : inActiveAgr
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/components/schemas/AgreementUI"
}
}
Nested Schema : IntegrationResourceUI
Match All
Show Source
{
"allOf":[
{
"$ref":"#/components/schemas/ViewModel"
},
{
"$ref":"#/components/schemas/GenericRestRs"
},
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"id":{
"type":"string"
},
"status":{
"type":"string"
},
"version":{
"type":"string"
}
}
}
]
}
Nested Schema : IntegrationResourceUI-allOf[2]
Type: object
Show Source
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"id":{
"type":"string"
},
"status":{
"type":"string"
},
"version":{
"type":"string"
}
}
}
Nested Schema : AgreementUI
Match All
Show Source
{
"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"
}
}
}
]
}
Nested Schema : AgreementUI-allOf[2]
Type: object
Show Source
{
"type":"object",
"properties":{
"deployStatus":{
"type":"string"
},
"direction":{
"type":"string"
},
"agrID":{
"type":"string"
},
"tpId":{
"type":"string"
},
"docId":{
"type":"string"
},
"agrName":{
"type":"string"
}
}
}