Skip to content

Commit

Permalink
chore: add required keys for TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs committed Sep 6, 2023
1 parent 12e3a6a commit 26673e0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion schema/models_directory/double_hybrid.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
}
]
}
}
},
"required": [
"categories",
"parameters"
]
}
6 changes: 5 additions & 1 deletion schema/models_directory/gga.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
}
]
}
}
},
"required": [
"categories",
"parameters"
]
}
6 changes: 5 additions & 1 deletion schema/models_directory/gw.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@
}
]
}
}
},
"required": [
"categories",
"parameters"
]
}
6 changes: 5 additions & 1 deletion schema/models_directory/hybrid.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
}
]
}
}
},
"required": [
"categories",
"parameters"
]
}
6 changes: 5 additions & 1 deletion schema/models_directory/lda.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
}
]
}
}
},
"required": [
"categories",
"parameters"
]
}
6 changes: 5 additions & 1 deletion schema/models_directory/mgga.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
}
]
}
}
},
"required": [
"categories",
"parameters"
]
}

0 comments on commit 26673e0

Please sign in to comment.