github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/openapi-generator/templates/python/python-experimental/model_templates/docstring_openapi_validations.mustache (about)

     1        validations (dict): The key is the tuple path to the attribute
     2            and the for var_name this is (var_name,). The value is a dict
     3            that stores validations for max_length, min_length, max_items,
     4            min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
     5            inclusive_minimum, and regex.
     6        additional_properties_type (tuple): A tuple of classes accepted
     7            as additional properties values.