Skip to content

Commit

Permalink
Update openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Oct 2, 2024
1 parent db0e68a commit 9fba12b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
# 4. 'format: UUID RFC4122' may not be recognized but is valid: "Formats such as "email", "uuid", and so on, MAY be used even though undefined by this specification".
# 5. Typing the marketPartnerId as integer is a poor decision. For better compatability, we added the `format: int64`, so that the 13digit values fit (and they don't fit in 32bit).

# todo: instead of manually fixing the errors, we could also programatically fix the bad original openapi.yml.

openapi: 3.0.0
servers:
# Added by API Auto Mocking Plugin
Expand Down

0 comments on commit 9fba12b

Please sign in to comment.