-
Notifications
You must be signed in to change notification settings - Fork 4
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
SOF-6896: more adjustments to psp and pseudopotential file schemas #279
Conversation
}, | ||
"exchangeCorrelation": { | ||
"data": { |
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 don't need data
here
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.
It should just have valenceConfiguration
added
"categories": { | ||
"tier1": "qm", | ||
"tier2": "wf", | ||
"type": "psp", | ||
"subtype": "paw" | ||
}, | ||
"data": [ | ||
"metaProperties": [ |
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.
It's good to rename this, but we don't necessarily need to - it will require changes to JS/webapp. Are those changes present as well?
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.
I think currently we do not have equivalent of psp
schema, we are only using psp/file
in imports/properties/schemas/pseudo.js
.
…hemas" This reverts commit 820ea14.
4c2fc77
to
8241ef4
Compare
"items": { | ||
"description": "Specific data based on pseudopotential file.", | ||
"$ref": "./psp/file.json" | ||
"metaProperties": { |
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 just keep as it was for now
1b91cbe
to
18c3d2a
Compare
18c3d2a
to
6b705d9
Compare
"data": { | ||
"type": "array", | ||
"items": { | ||
"description": "Specific data based on pseudopotential file.", | ||
"$ref": "./psp/file.json" | ||
"type": "object", |
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 keep this file as it was
@@ -0,0 +1,42 @@ | |||
{ |
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 have slug and data here
No description provided.