aboutsummaryrefslogtreecommitdiffstats
path: root/lib/api-config/src/schema/create_schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api-config/src/schema/create_schema.rs')
-rw-r--r--lib/api-config/src/schema/create_schema.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api-config/src/schema/create_schema.rs b/lib/api-config/src/schema/create_schema.rs
index 493fb09..cdbc91f 100644
--- a/lib/api-config/src/schema/create_schema.rs
+++ b/lib/api-config/src/schema/create_schema.rs
@@ -6,7 +6,7 @@ use crate::{
schema::{SchemaService, TransactionSchema},
};
-#[derive(Deserialize, Serialize)]
+#[derive(Deserialize, Serialize, Debug)]
#[cfg_attr(feature = "utoipa", derive(utoipa::ToSchema))]
#[cfg_attr(feature = "utoipa", schema(example = json!({
"schemaType": "custom.schema",