Skip to content

Commit

Permalink
fix(SOF-6896): data field under psp/file is an object not array
Browse files Browse the repository at this point in the history
avoid duplication of file.json content, use include to reuse in psp.json
  • Loading branch information
pranabdas committed Nov 21, 2023
1 parent db8b320 commit 8fb7ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
44 changes: 1 addition & 43 deletions example/methods_directory/physical/psp.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,7 @@
},
"data": [
{
"slug": "pseudopotential",
"data": {
"element": "Ru",
"hash": "3349af97451e04faae570056fb6a110b",
"filename": "ru_pbe_dojo-oncv_0.4.upf",
"path": "/export/share/pseudo/ru/gga/pbe/dojo-oncv/0.4/nc/ru_pbe_dojo-oncv_0.4.upf",
"valenceConfiguration": [
{
"orbitalName": "4S",
"orbitalIndex": 1,
"principalNumber": 4,
"angularMomentum": 0,
"occupation": 2.0
},
{
"orbitalName": "4P",
"orbitalIndex": 2,
"principalNumber": 4,
"angularMomentum": 1,
"occupation": 6.0
},
{
"orbitalName": "4D",
"orbitalIndex": 3,
"principalNumber": 4,
"angularMomentum": 2,
"occupation": 7.0
},
{
"orbitalName": "5S",
"orbitalIndex": 4,
"principalNumber": 5,
"angularMomentum": 0,
"occupation": 1.0
}
],
"apps": ["espresso"],
"exchangeCorrelation": { "functional": "pbe", "approximation": "gga" },
"name": "pseudopotential",
"source": "dojo-oncv",
"type": "nc",
"version": "0.4"
}
"...": "include(psp/file.json)"
}
]
}
6 changes: 2 additions & 4 deletions schema/methods_directory/physical/psp/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"enum": ["pseudopotential"]
},
"data": {
"items": {
"description": "Specific data based on pseudopotential file.",
"$ref": "file_data_item.json"
}
"description": "Specific data based on pseudopotential file.",
"$ref": "file_data_item.json"
},
"source": {
"type": "object",
Expand Down

0 comments on commit 8fb7ef9

Please sign in to comment.