Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,170 for rSample (0.04 sec)

  1. docs/screenshots/Example-2.png

    Example-2.png...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 09 02:22:34 UTC 2017
    - 105.6K bytes
    - Viewed (0)
  2. docs/screenshots/Example-1.png

    Example-1.png...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 09 02:22:34 UTC 2017
    - 97.2K bytes
    - Viewed (0)
  3. docs/screenshots/Example-1.jpg

    Example-1.jpg...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Jun 29 16:10:47 UTC 2017
    - 88.5K bytes
    - Viewed (0)
  4. docs/screenshots/Example-2.jpg

    Example-2.jpg...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Jun 29 16:10:47 UTC 2017
    - 134.5K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/schema-extra-example.md

    The keys of the `dict` identify each example, and each value is another `dict`.
    
    Each specific example `dict` in the `examples` can contain:
    
    * `summary`: Short description for the example.
    * `description`: A long description that can contain Markdown text.
    * `value`: This is the actual example shown, e.g. a `dict`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  6. docs/ru/docs/tutorial/schema-extra-example.md

    * `File()`
    
    вы также можете добавить аргумент, содержащий `example` или группу `examples` с дополнительной информацией, которая будет добавлена в **OpenAPI**.
    
    ### Параметр `Body` с аргументом `example`
    
    Здесь мы передаём аргумент `example`, как пример данных ожидаемых в параметре `Body()`:
    
    {* ../../docs_src/schema_extra_example/tutorial003_an_py310.py hl[22:27] *}
    
    ### Аргумент "example" в UI документации
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  7. docs/screenshots/Example-3.jpg

    Example-3.jpg...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Jun 29 16:10:47 UTC 2017
    - 288.5K bytes
    - Viewed (0)
  8. docs/screenshots/Example-3.png

    Example-3.png...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 09 02:22:34 UTC 2017
    - 265.4K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/schema-extra-example.md

    * `Header()`
    * `Cookie()`
    * `Body()`
    * `Form()`
    * `File()`
    
    você também pode declarar um dado `example` ou um grupo de `examples` com informações adicionais que serão adicionadas ao **OpenAPI**.
    
    ### `Body` com `example`
    
    Aqui nós passamos um `example` dos dados esperados por `Body()`:
    
    {* ../../docs_src/schema_extra_example/tutorial003.py hl[21:26] *}
    
    ### Exemplo na UI da documentação
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/schema-extra-example.md

    そのため、OpenAPIでは同じ目的のために<a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#fixed-fields-20" class="external-link" target="_blank">`example`</a>を独自に定義しており(`examples`ではなく`example`として)、それがdocs UI(Swagger UIを使用)で使用されています。
    
    つまり、`example`はJSON Schemaの一部ではありませんが、OpenAPIの一部であり、それがdocs UIで使用されることになります。
    
    ## その他の情報
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top