Components

@Serializable
data class Components(val schemas: Map<String, Schema>? = null, val securitySchemes: Map<String, SecurityScheme>? = null)

コンポーネント 再利用可能なオブジェクトを定義する

Constructors

Link copied to clipboard
constructor(schemas: Map<String, Schema>? = null, securitySchemes: Map<String, SecurityScheme>? = null)

Properties

Link copied to clipboard

スキーマ定義

Link copied to clipboard

セキュリティスキーム定義