diff --git a/openapi/openapi.yml b/openapi/openapi.yml index 583ba04..8a4a9b6 100644 --- a/openapi/openapi.yml +++ b/openapi/openapi.yml @@ -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