ルート・スキーマ : internalServiceRequests-smartActions-UserActionURLBinding-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"Binding":{
"title":"URL Binding Type",
"maxLength":64,
"type":"string",
"description":"This is a hint for processing the Url Binding runtime.",
"nullable":true,
"x-queryable":true
},
"Value":{
"title":"URL Binding Parameter Value",
"maxLength":80,
"type":"string",
"description":"For action REST endpoints that require runtime binding, this is the value in the key value pair.",
"nullable":true,
"x-queryable":true
},
"URLBindingId":{
"type":"integer",
"description":"Uniquely identifies the URL Bind for smart actions. For internal use.",
"format":"int64",
"nullable":false,
"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"
}
},
"SystemActionFlag":{
"title":"System Action",
"maxLength":1,
"type":"boolean",
"description":"Boolean indicator.",
"nullable":true,
"default":false,
"x-queryable":true
},
"URLBindingName":{
"title":"URL Binding Parameter Name",
"maxLength":50,
"type":"string",
"description":"For action REST endpoints that require runtime binding, this is the key in the key value pair.",
"nullable":false,
"x-queryable":true
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: 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."
}
}
}
}
}
ネストされたスキーマ : properties
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"changeIndicator":{
"type":"string",
"description":"Change indicator or the ETag value of the resource instance."
}
}
}