ネストされたスキーマ : contracts-RelatedDocument-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"ContractTypeDescription":{
"maxLength":1995,
"type":"string",
"description":"The contract type description.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"IntentMeaning":{
"title":"Intent",
"maxLength":80,
"type":"string",
"description":"The intent.",
"nullable":true,
"x-queryable":false
},
"ContractNumber":{
"title":"Document Reference",
"maxLength":120,
"type":"string",
"description":"Related Contract Number",
"nullable":true,
"x-hints":{
"controlType":"combo_lov"
},
"x-queryable":true
},
"Description":{
"title":"Description",
"maxLength":1995,
"type":"string",
"description":"The description.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"BuyOrSell":{
"title":"Intent",
"maxLength":3,
"type":"string",
"description":"The intent flag.",
"nullable":false,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ContractTypeId":{
"type":"integer",
"description":"The contract type ID.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"EstimatedAmount":{
"title":"Amount",
"type":"number",
"description":"The estimated amount.",
"nullable":true,
"readOnly":true,
"default":0,
"x-queryable":true
},
"OrgName":{
"type":"string",
"description":"The org name.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"ContractMajorVersion":{
"title":"Version",
"type":"integer",
"description":"The contract major version.",
"format":"int64",
"nullable":false,
"readOnly":true,
"default":1,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"CurrencyCode":{
"title":"Currency",
"maxLength":15,
"type":"string",
"description":"The currency code.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"StartDate":{
"title":"Start Date",
"type":"string",
"description":"The start date.",
"format":"date",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"ContractHeaderId":{
"type":"integer",
"description":"The contract header ID.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"StsCode":{
"title":"Status",
"maxLength":30,
"type":"string",
"description":"The status code.",
"nullable":false,
"readOnly":true,
"default":"DRAFT",
"x-queryable":true
},
"CleId":{
"type":"integer",
"description":"The contract line ID",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"DeleteEnableFlag":{
"type":"boolean",
"description":"The delete enable flag.",
"nullable":true,
"x-queryable":false
},
"RelationshipCode":{
"title":"Relationship",
"maxLength":30,
"type":"string",
"description":"Relationship Code",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ExternalSource":{
"maxLength":120,
"type":"string",
"description":"External Source",
"nullable":true,
"x-queryable":true
},
"RelatedContractId":{
"title":"Document Reference",
"type":"integer",
"description":"Related Contract ID",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"ExternalKey":{
"maxLength":120,
"type":"string",
"description":"External Key",
"nullable":true,
"x-queryable":true
},
"ChrId":{
"type":"integer",
"description":"The contract ID",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"ContractId":{
"type":"integer",
"description":"Related Document Unique ID",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"EndDate":{
"title":"End Date",
"type":"string",
"description":"The end date.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"ObjectVersionNumber2":{
"type":"integer",
"description":"The object version number2.",
"format":"int32",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":9
},
"x-queryable":true
},
"CreateEnableFlag":{
"type":"boolean",
"description":"The create enable flag.",
"nullable":true,
"x-queryable":false
},
"ObjectVersionNumber1":{
"type":"integer",
"description":"The object version number1.",
"format":"int32",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":9
},
"x-queryable":true
},
"Attribute26":{
"maxLength":150,
"type":"string",
"description":"The attribute26.",
"nullable":true,
"x-queryable":true
},
"Type":{
"maxLength":150,
"type":"string",
"description":"The type.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"JtotObject1Code":{
"maxLength":30,
"type":"string",
"description":"The jtot object1 code.",
"nullable":false,
"default":"OKX_ECMCONTRACT",
"x-queryable":true
},
"Relationship":{
"type":"string",
"description":"Relationship name",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"RelatedObjPuid":{
"title":"Related Object PUID",
"maxLength":120,
"type":"string",
"description":"The related obj PUID.",
"nullable":true,
"x-queryable":true
},
"Id":{
"type":"integer",
"description":"Related Document ID",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"DocumentTypeNew":{
"title":"Document Type",
"type":"string",
"description":"The document type new.",
"nullable":true,
"x-queryable":false
},
"Cognomen":{
"title":"Name",
"maxLength":300,
"type":"string",
"description":"The contract name.",
"nullable":true,
"readOnly":true,
"x-queryable":true
}
}
}