/// ApiSpec
#[derive(serde::Serialize, serde::Deserialize, Debug, Default, Clone)]
pub struct ApiSpec {
pub api: crate::models::Api,
pub created_at: String,
pub id: String,
pub mock_server: crate::models::ApiMockServer,
/// Text field to add any notes (comments, changelog, etc.) relevant to the version in html format
pub notes: String,
pub version: String,
}