Skip to content

Commit

Permalink
specify data category as enum instead of arbitrary string
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Sep 16, 2023
1 parent a74617e commit 8950642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/methods_directory/physical/psp/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
},
"name": {
"type": "string",
"description": "name of the data category: pseudopotential"
"description": "name of the data category",
"enum": ["pseudopotential"]
}
},
"required": [
Expand Down

0 comments on commit 8950642

Please sign in to comment.