ネストされたスキーマ : navigatorMetadata-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"webapp":{
"type":"string",
"description":"Fully qualified path to the host application root.",
"nullable":true,
"x-queryable":false
},
"productFamily":{
"type":"string",
"description":"Used to determine the navigation",
"nullable":true,
"x-queryable":true
},
"focusViewId":{
"type":"string",
"description":"Relative path to the UI endpoint",
"nullable":true,
"x-queryable":false
},
"SourceType":{
"maxLength":255,
"type":"string",
"description":"The source type for the for the navigator metadata. The valid values are ROOTMENU, SAVEDSEARCH, and QUICKACTION.",
"nullable":true,
"x-queryable":true
},
"icon":{
"type":"string",
"description":"File name of the icon",
"nullable":true,
"x-queryable":false
},
"label":{
"type":"string",
"description":"Display label of the resource",
"nullable":true,
"x-queryable":true
},
"nodeType":{
"type":"string",
"description":"Type of node returned",
"nullable":true,
"x-queryable":false
},
"pageParamsList":{
"type":"string",
"description":"Page parameters for navigation",
"nullable":true,
"x-queryable":true
},
"taskMenuSource":{
"type":"string",
"description":"Task menu source code",
"nullable":true,
"x-queryable":false
},
"itemNodeId":{
"type":"string",
"description":"Application specific identifier of the item",
"nullable":true,
"x-queryable":false
},
"rendered":{
"type":"string",
"description":"True indicates that the resource is rendered",
"nullable":true,
"x-queryable":false
},
"cardIcon":{
"type":"string",
"description":"The display label of the card icon.",
"nullable":true,
"x-queryable":false
},
"vbcsFlow":{
"type":"string",
"description":"Relative path to a Visual Builder Cloud Service built UI endpoint",
"nullable":true,
"x-queryable":true
},
"groupNode":{
"type":"string",
"description":"Required parameter for building the file name and for reading quick action data",
"nullable":true,
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"Id":{
"maxLength":255,
"type":"string",
"description":"The unique identifier of the navigator metadata.",
"nullable":true,
"x-queryable":false
},
"applicationId":{
"type":"string",
"description":"The application identifier used to filter saved searches.",
"nullable":true,
"x-queryable":true
},
"entity":{
"type":"string",
"description":"Name of the primary entity",
"nullable":true,
"x-queryable":true
}
}
}
ネストされたスキーマ : リンク
タイプ: 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."
}
}
}