ルート・スキーマ : userContextObjectTypes-relatedObjects-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":64,
"type":"string",
"description":"The user who last updated the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"The date when the record was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"The user who created the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SourceObjectTypeCode":{
"title":"Source Object Type Code",
"maxLength":30,
"type":"string",
"description":"The object type code of the source business object.",
"nullable":true,
"x-queryable":true
},
"ObjectVersionNumber":{
"title":"Object Version Number",
"type":"integer",
"description":"The object version number is used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.",
"format":"int32",
"nullable":false,
"x-queryable":false,
"x-hints":{
"precision":9
}
},
"TargetObjectTypeCode":{
"title":"Related Object Type Code",
"maxLength":30,
"type":"string",
"description":"The object type code of the related object. The related object mapping is used for deriving user context.",
"nullable":true,
"x-queryable":true
},
"Enabled":{
"title":"Enabled",
"maxLength":1,
"type":"string",
"description":"Indicates whether the related object for the source object is enabled for user context.",
"nullable":false,
"default":"Y",
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"TargetObjectId":{
"title":"Target Object Id",
"maxLength":30,
"type":"string",
"description":"The custom object field mapping used for deriving user context.",
"nullable":true,
"x-queryable":false
},
"LastUpdateDate":{
"title":"Last Update Date",
"type":"string",
"description":"The date when time when the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LastUpdateLogin":{
"title":"Last Update Login",
"maxLength":32,
"type":"string",
"description":"The login of the user who last updated the record.",
"nullable":true,
"readOnly":true,
"x-queryable":false
}
}
}
ネストされたスキーマ : リンク
タイプ: object
ソースを表示
-
href: string
タイトル: hyperlink reference
関連リソースへのURI。
-
kind: string
タイトル: kind
許可された値: [ "collection", "item", "describe", "other" ]
関連リソースの種類。
-
name: string
タイトル: name
関連リソースへのリンクの名前。
-
properties: object properties
-
rel: string
タイトル: relation
許可された値: [ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
リソース・インスタンスとの関係の名前。 例: self.
{
"type":"object",
"properties":{
"kind":{
"title":"kind",
"type":"string",
"description":"The kind of the related resource.",
"enum":[
"collection",
"item",
"describe",
"other"
]
},
"rel":{
"title":"relation",
"type":"string",
"description":"The name of the relation to the resource instance. Example: self.",
"enum":[
"self",
"lov",
"parent",
"canonical",
"child",
"enclosure",
"action",
"custom"
]
},
"name":{
"title":"name",
"type":"string",
"description":"The name of the link to the related resource."
},
"href":{
"title":"hyperlink reference",
"type":"string",
"description":"The URI to the related resource."
},
"properties":{
"type":"object",
"properties":{
"changeIndicator":{
"type":"string",
"description":"Change indicator or the ETag value of the resource instance."
}
}
}
}
}