1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// OpenAPI v3.1.0 Specification
//
// OpenAPI inside OpenAPI
//
// The version of the OpenAPI document: 3.1.0
//
// Generated by: https://openapi-generator.tech

use crate::v31;

#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
pub struct Schema {}

impl Schema {
  pub fn new() -> Schema {
    Schema {}
  }
}