svix-webhooks icon indicating copy to clipboard operation
svix-webhooks copied to clipboard

Python (and other?): the openapi generated docs for the models aren't useful

Open tasn opened this issue 3 years ago • 0 comments

For example, for ApplicationOut:

---

NOTE: This class is auto generated by OpenAPI Generator.
Ref: https://openapi-generator.tech

Do not edit the class manually.

Attributes:
  allowed_values (dict): The key is the tuple path to the attribute
      and the for var_name this is (var_name,). The value is a dict
with a capitalized key describing the allowed value and an allowed
value. These dicts store the allowed enum values.
  attribute_map (dict): The key is attribute name
      and the value is json key in definition.
  discriminator_value_class_map (dict): A dict to go from the discriminator
      variable value to the discriminator class name.
  validations (dict): The key is the tuple path to the attribute
      and the for var_name this is (var_name,). The value is a dict
that stores validations for max_length, min_length, max_items,
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
inclusive_minimum, and regex.
  additional_properties_type (tuple): A tuple of classes accepted
      as additional properties values.

tasn avatar Jan 07 '22 11:01 tasn