o
    i4                     @   sD   d dl mZmZmZ ddlmZ dddidgZG dd	 d	eZd
S )    )PYDANTIC_V2
ConfigDictExtra   )ParameterBasez4The number of allowed requests in the current periodtypeinteger)descriptionschemac                   @   s8   e Zd ZdZeredddeidZdS G dd dZdS )	Headera  
    The Header Object follows the structure of the
    [Parameter Object](#parameterObject) with the following changes:

    1. `name` MUST NOT be specified, it is given in the corresponding
        `headers` map.
    2. `in` MUST NOT be specified, it is implicitly in `header`.
    3. All traits that are affected by the location MUST be applicable
        to a location of `header` (for example, [`style`](#parameterStyle)).
    allowTexamples)extrapopulate_by_namejson_schema_extrac                   @   s   e Zd ZejZdZdeiZdS )zHeader.ConfigTr   N)	__name__
__module____qualname__r   r   r   allow_population_by_field_name	_examplesschema_extra r   r   e/var/www/html/karishye-ai-python/venv/lib/python3.10/site-packages/openapi_pydantic/v3/v3_0/header.pyConfig"   s    r   N)	r   r   r   __doc__r   r   r   model_configr   r   r   r   r   r      s    
r   N)openapi_pydantic.compatr   r   r   	parameterr   r   r   r   r   r   r   <module>   s    