OutputMetadata

data class OutputMetadata(val description: String, val headers: List<HeaderMetadata>, val body: BodyMetadata)(source)

Metadata describing a single output alternative including headers and body.

Constructors

Link copied to clipboard
constructor(description: String, headers: List<HeaderMetadata>, body: BodyMetadata)

Properties

Link copied to clipboard

type and serialization metadata for the payload.

Link copied to clipboard

human-readable summary of the response branch.

Link copied to clipboard

headers returned when this branch is selected.