We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ed49f commit 9d27401Copy full SHA for 9d27401
packages/cw-schema-codegen/src/main.rs
@@ -63,7 +63,7 @@ where
63
bail!("Only schema version 1 is supported")
64
};
65
66
- schema.definitions.iter().try_for_each(|node| {
+ schema.definitions.iter().rev().try_for_each(|node| {
67
debug!("Processing node: {node:?}");
68
69
match language {
0 commit comments