Skip to content

Commit

Permalink
Update JSON schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
  • Loading branch information
yu-iskw committed Dec 6, 2024
1 parent 8146b9e commit 59e4be3
Show file tree
Hide file tree
Showing 753 changed files with 26,549 additions and 15,641 deletions.
4 changes: 0 additions & 4 deletions dev/generate_clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ schema_json="${PROJECT_DIR}/dev/schemas/rebuilt-swagger.json"
config_yaml="${PROJECT_DIR}/dev/openapi-python-client.yml"
output_dir="${PROJECT_DIR}"
meta="setup"
skip_validate_spec=1
while (($# > 0)); do
if [[ "$1" == "--schema-json" ]]; then
schema_json="${2:?}"
Expand All @@ -40,9 +39,6 @@ while (($# > 0)); do
elif [[ "$1" == "--meta" ]]; then
meta="${2:?}"
shift 2
elif [[ "$1" == "--skip-validate-spec" ]]; then
skip_validate_spec="${2:?}"
shift 2
else
echo "ERROR: Unrecognized argument ${1}" >&2
exit 1
Expand Down
Loading

0 comments on commit 59e4be3

Please sign in to comment.