File tree Expand file tree Collapse file tree
modules/swagger-models/src/main/java/io/swagger/v3/oas/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import java .util .Objects ;
55
66/**
7- * Content is a map of Media Type Objects
8- * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#media-type-object"
7+ * Content
8+ *
9+ * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#content-object"
910 */
1011
1112public class Content extends LinkedHashMap <String , MediaType > {
Original file line number Diff line number Diff line change 88import java .util .Objects ;
99
1010/**
11- * A single encoding definition applied to a single schema property.
12- * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#encoding-object"
11+ * EncodingProperty
12+ *
13+ * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#encoding-property-object"
1314 */
1415
1516public class EncodingProperty {
Original file line number Diff line number Diff line change 44import io .swagger .v3 .oas .models .media .Content ;
55
66/**
7- * Describes a single request body.
8- * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#request-body-object"
7+ * RequestBody
8+ *
9+ * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#requestBody-object"
910 * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.1.1/versions/3.1.1.md#request-body-object"
1011 */
1112
Original file line number Diff line number Diff line change 55import java .util .Objects ;
66
77/**
8- * Configuration details for a supported OAuth Flow.
9- * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#oauth-flow-object"
10- * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.1.1/versions/3.1.1.md#oauth-flow-object"
8+ * OAuthFlow
9+ *
10+ * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#oauth-flows-object"
11+ * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.1.1/versions/3.1.1.md#oauth-flows-object"
1112 */
1213
1314public class OAuthFlow {
Original file line number Diff line number Diff line change 44import java .util .Objects ;
55
66/**
7- * The available scopes for an OAuth Flow, as a map of scope name to short description.
8- * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#oauth-flow-object"
7+ * Scopes
8+ *
9+ * @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.4/versions/3.0.4.md#scoped-object"
910 */
1011
1112public class Scopes extends LinkedHashMap <String , String > {
You can’t perform that action at this time.
0 commit comments