-
Notifications
You must be signed in to change notification settings - Fork 4
feature/SOF 7596 #328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
feature/SOF 7596 #328
Conversation
VsevolodX
commented
Apr 10, 2025
- update: add materials_category schemas
- update: add reusable material schemas
- chore: generate dist
- chore: generate src py
"items": { | ||
"type": "integer" | ||
}, | ||
"minItems": 3, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be reused, here and below
], | ||
"elements": [ | ||
{ | ||
"id": 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be starting from 0
@@ -0,0 +1,20 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we place this under schema/material/reusable
?
{ | ||
"$id": "materials-category/defects/enums", | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"atomPlacementMethod": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need a title to be able to use these in the Python runtime?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need to have separate enums for each
"shape" | ||
], | ||
"properties": { | ||
"shape": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be in a separate file - spatial_condition or something like that
"slab_configuration" | ||
], | ||
"properties": { | ||
"phase_1_configuration": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be properly formatted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure to have a JSON linter to assert all this