Skip to content

Commit

Permalink
🔧 [maykinmedia/open-api-framework#115] Explicitly generate OAS in Dutch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Mar 6, 2025
1 parent b1b9a2f commit 6862b31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/generate_schema_for_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ OUTPUT_FILE=$2
echo "Generating OAS schema for $1..."
src/manage.py spectacular_for_component \
--file ${OUTPUT_FILE:-$SCHEMA_PATH/openapi.yaml} \
--lang="nl-nl" \
--validate \
--component $1

echo "Done."

0 comments on commit 6862b31

Please sign in to comment.