Skip to content

Commit

Permalink
Update optic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-Herve authored Sep 22, 2023
1 parent 3948094 commit 407ef0d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions optic.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
ruleset:
- breaking-changes
- naming:
required_on: added
# Different names for different parts of the spec
# options = "snake_case" "camelCase" "Capital-Param-Case" "param-case" "PascalCase"
properties: snake_case
pathComponents: snake_case
queryParameters: snake_case
# - naming:
# required_on: added
# properties: snake_case
# pathComponents: snake_case
# queryParameters: snake_case

0 comments on commit 407ef0d

Please sign in to comment.