ルート・スキーマ : assets-smartActions-UserActionNavigation
タイプ: object
ソースを表示
{
"required":[
"count",
"hasMore",
"limit",
"links",
"offset"
],
"type":"object",
"properties":{
"totalResults":{
"type":"integer",
"description":"The estimated row count when \"?totalResults=true\", otherwise the count is not included."
},
"offset":{
"type":"integer",
"description":"The offset value used in the current page."
},
"count":{
"type":"integer",
"description":"The number of resource instances returned in the current range."
},
"hasMore":{
"type":"boolean",
"description":"Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false."
},
"limit":{
"type":"integer",
"description":"The actual paging size used by the server."
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"items":{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/assets-smartActions-UserActionNavigation-item-response"
}
}
}
}
ネストされたスキーマ : アイテム
タイプ: array
タイトル: Items
コレクション内のアイテム。
ソースを表示
{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/assets-smartActions-UserActionNavigation-item-response"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : assets-smartActions-UserActionNavigation-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"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":"Indicates whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag.",
"nullable":true,
"default":false,
"x-queryable":true
},
"UserActionNavId":{
"title":"Primary Key",
"type":"integer",
"description":"The unique identifier of a smart action user interface definition.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"UserActionNavType":{
"title":"Navigation Type",
"maxLength":100,
"type":"string",
"description":"The text value used by applications to determine which user interface to launch.",
"nullable":false,
"x-queryable":true
},
"UserActionNavBody":{
"title":"Navigation Metadata",
"maxLength":1000,
"type":"string",
"description":"The metadata definition of the smart action user interface endpoint.",
"nullable":true,
"x-queryable":true
},
"UserActionNavAppUsage":{
"title":"Application Usage",
"maxLength":50,
"type":"string",
"description":"The client application associated with a smart action user interface endpoint definition identified by UserActionNavId.",
"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."
}
}
}