From 895064268d30ffc28424a213d53fa94978144cb4 Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:17:04 +0800 Subject: [PATCH] specify data category as enum instead of arbitrary string --- schema/methods_directory/physical/psp/file.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/methods_directory/physical/psp/file.json b/schema/methods_directory/physical/psp/file.json index 3c840c57a..3632e9f3b 100644 --- a/schema/methods_directory/physical/psp/file.json +++ b/schema/methods_directory/physical/psp/file.json @@ -62,7 +62,8 @@ }, "name": { "type": "string", - "description": "name of the data category: pseudopotential" + "description": "name of the data category", + "enum": ["pseudopotential"] } }, "required": [