ContentTypeWithSchema record

Represents a response content type and its associated schema for this route.

public record ContentTypeWithSchema

Public Members

name description
ContentTypeWithSchema(…) Represents a response content type and its associated schema for this route.
ContentType { get; set; } The response content type.
Schema { get; set; } The schema type associated with the response content type.

See Also