REST V2コネクタ > Swaggerオブジェクト
  

Swaggerオブジェクト

次の表に、REST V2コネクタが認めるSwaggerオブジェクトとフィールド名を示します。
オブジェクトカテゴリ
設定可能なオブジェクトまたはフィールド
Swagger
swagger
info
host
basepath
schemes
consumes
produces
paths
definitions
parameters
responses
パス
/{path}
パス項目
$ref
get
put
post
delete
parameters
操作
summary
operationId
consumes
produces
parameters
responses
schemes
操作ID値が定義されていない場合、summaryフィールドの値が操作IDとして処理されます。
パラメータのタイプ
path
query
header
formData
cookie
body
パラメータフィールド
name
入力。inbodyである場合、サポートされるフィールドはschemaになります。inbody以外の値である場合、サポートされるフィールドはtype、format、およびitemsになります。
required
default。bodyパラメータおよびsecurityDefinitionsパラメータには適用されません。
Items
type
format
items
応答
schema
スキーマ
$ref
format
タイプ
アイテム
プロパティ
xml
定義
{name}
securityDefinitions
{name}
セキュリティ定義タイプBasicおよびapiKeyを設定できます。
xml
name。wrappedオブジェクトと併用される場合のみ有効です。
attribute
prefix
namespace
wrapped
重要: Rest V2コネクタは、Swagger定義で上記以外のオブジェクトとフィールドを処理しません。