SIGN IN SIGN UP

Consistent use of property name schema examples: petType vs pet_type

* Pet Schema in the MediaTypes Examples and Schema Object Examples uses the camelCase notation(petType),
* While Pets from the Discriminator Object use snake_case (pet_type).
It's inconsistent.

I chose the camelCase notation because it's used for propertyNames by the OpenAPI specification itself.
T
Tatiana Fesenko committed
84ba2668f5499d8aeb6faad1fdbf723a3de73626
Parent: ae0ce6b