Skip to content

Commit

Permalink
chore: add required keys to methods
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs committed Sep 6, 2023
1 parent 26673e0 commit 6545cde
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 6 deletions.
3 changes: 2 additions & 1 deletion schema/methods_directory/mathematical/cg.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"categories": {
"$ref": "../../methods_category/mathematical/opt/diff/ordern/cg.json"
}
}
},
"required": ["categories"]
}
3 changes: 2 additions & 1 deletion schema/methods_directory/mathematical/davidson.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"categories": {
"$ref": "../../methods_category/mathematical/linalg/diag/davidson.json"
}
}
},
"required": ["categories"]
}
1 change: 1 addition & 0 deletions schema/methods_directory/mathematical/regression.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}
},
"required": [
"categories",
"precision",
"data"
]
Expand Down
1 change: 1 addition & 0 deletions schema/methods_directory/physical/ao/dunning.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
]
}
},
"required": ["categories"],
"definitions": {
"ao-basis-dunning": {
"properties": {
Expand Down
1 change: 1 addition & 0 deletions schema/methods_directory/physical/ao/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
]
}
},
"required": ["categories"],
"definitions": {
"ao-basis-other": {
"properties": {
Expand Down
1 change: 1 addition & 0 deletions schema/methods_directory/physical/ao/pople.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
]
}
},
"required": ["categories"],
"definitions": {
"ao-basis-pople": {
"properties": {
Expand Down
3 changes: 2 additions & 1 deletion schema/methods_directory/physical/psp.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
}
}
}
}
},
"required": ["categories"]
}
3 changes: 2 additions & 1 deletion schema/methods_directory/physical/pw.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"categories": {
"$ref": "../../methods_category/physical/qm/wf/pw.json"
}
}
},
"required": ["categories"]
}
3 changes: 2 additions & 1 deletion schema/methods_directory/physical/smearing.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"categories": {
"$ref": "../../methods_category/physical/qm/wf/smearing.json"
}
}
},
"required": ["categories"]
}
3 changes: 2 additions & 1 deletion schema/methods_directory/physical/tetrahedron.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"categories": {
"$ref": "../../methods_category/physical/qm/wf/tetrahedron.json"
}
}
},
"required": ["categories"]
}

0 comments on commit 6545cde

Please sign in to comment.