-
Notifications
You must be signed in to change notification settings - Fork 4
SOF-7687: change propery schema title (for TS types) #359
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?
Conversation
"name", | ||
"values" | ||
] | ||
} |
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 outside structural/basis
folder
"description": "Hubbard V value in eV for nearest neighbors used in hp.x output parsing", | ||
"type": "object", | ||
"allOf": [ | ||
{ | ||
"$ref": "hubbard_v.json" | ||
"$ref": "../../core/reusable/hubbard_parameters.json" |
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 add reusable
inside properties_directory?
} | ||
] | ||
}, | ||
"source": { |
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 could reuse source for meta and proto holders
"type": "object", | ||
"allOf": [ | ||
{ | ||
"$ref": "../../material.json" |
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.
Do we need to store material here too?
New schemas:
schema/properties_directory/structural/basis/boundary_conditions.json
schema/properties_directory/structural/basis/predicted_properties.json
schema/property/holder.json
schema/property/meta_holder.json
schema/property/proto_holder.json