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.
2 parents dd6704c + 68eaf07 commit 7e3e3ffCopy full SHA for 7e3e3ff
pipeline/translator.py
@@ -221,7 +221,7 @@ def filter_instance(instance):
221
"openminds_type": openminds_type,
222
"schema_version": self.version,
223
"context_vocab": self.context_vocab,
224
- "properties": properties,
+ "properties": sorted(properties, key=lambda p: p["name"].lower()),
225
"additional_methods": "",
226
"instances": instances,
227
}
0 commit comments