openapi_31/v31/schema.rs
1// OpenAPI v3.1.0 Specification
2//
3// OpenAPI inside OpenAPI
4//
5// The version of the OpenAPI document: 3.1.0
6//
7// Generated by: https://openapi-generator.tech
8
9use crate::v31;
10
11#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
12pub struct Schema {}
13
14impl Schema {
15 pub fn new() -> Schema {
16 Schema {}
17 }
18}