Skip to content

Commit

Permalink
Merge pull request #283 from Exabyte-io/fix/SOF-6944
Browse files Browse the repository at this point in the history
SOF-6944: specify array items for apps under psp/file_data_item
  • Loading branch information
pranabdas authored Dec 7, 2023
2 parents 63ab595 + 54c92ca commit 7a255b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schema/methods_directory/physical/psp/file_data_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
},
"apps": {
"type": "array",
"description": "simulation engines that can use this pseudopotential"
"description": "The names of the simulation engines that can use this pseudopotential, e.g. espresso",
"items": {
"type": "string"
}
},
"filename": {
"type": "string",
Expand Down

0 comments on commit 7a255b5

Please sign in to comment.