Skip to content

Commit

Permalink
SOF-6944: specify array items for apps under psp/file_data_item
Browse files Browse the repository at this point in the history
json-to-simpl-schema has issues handling empty arrays
  • Loading branch information
pranabdas committed Dec 5, 2023
1 parent 63ab595 commit 036de5f
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": "simulation engines that can use this pseudopotential",
"items": {
"type": "string"
}
},
"filename": {
"type": "string",
Expand Down

0 comments on commit 036de5f

Please sign in to comment.