ルート・スキーマ : スキーマ
タイプ: object
ソースを表示
-
Binding: string
タイトル: URL Binding Type
最大長: 64
これは、URLバインディング・ランタイムを処理するためのヒントです。
-
SystemActionFlag: boolean
タイトル: System Action
最大長: 1
デフォルト値: false
ブール・インジケータ。
-
URLBindingName: string
タイトル: URL Binding Parameter Name
最大長: 50
ランタイム・バインディングを必要とするアクションRESTエンドポイントの場合、これはキー値ペアのキーです。
-
Value: string
タイトル: URL Binding Parameter Value
最大長: 80
ランタイム・バインディングを必要とするアクションRESTエンドポイントの場合、これはキー値ペアの値です。
{
"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
},
"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
},
"SystemActionFlag":{
"title":"System Action",
"maxLength":1,
"type":"boolean",
"description":"Boolean indicator.",
"nullable":true,
"default":false
},
"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
}
}
}