Class HttpPartSchema

java.lang.Object
org.apache.juneau.httppart.HttpPartSchema

public class HttpPartSchema extends Object
Represents an OpenAPI schema definition.

The schema definition can be applied to any HTTP parts such as bodies, headers, query/form parameters, and URL path parts.
The API is generic enough to apply to any path part although some attributes may only applicable for certain parts.

Schema objects are created via builders instantiated through the create() method.

Notes:
  • This class is thread safe and reusable.
See Also: