Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 123 for metadatos (0.19 sec)

  1. docs/es/docs/tutorial/schema-extra-example.md

    ////
    
    /// tip | Consejo
    
    Podrías usar la misma técnica para extender el JSON Schema y añadir tu propia información extra personalizada.
    
    Por ejemplo, podrías usarlo para añadir metadatos para una interfaz de usuario frontend, etc.
    
    ///
    
    /// info | Información
    
    OpenAPI 3.1.0 (usado desde FastAPI 0.99.0) añadió soporte para `examples`, que es parte del estándar de **JSON Schema**.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  2. docs/es/docs/tutorial/query-params-str-validations.md

    {* ../../docs_src/query_params_str_validations/tutorial015_an_py310.py ln[22:30] hl[29] *}
    
    ## Recapitulación { #recap }
    
    Puedes declarar validaciones y metadatos adicionales para tus parámetros.
    
    Validaciones genéricas y metadatos:
    
    * `alias`
    * `title`
    * `description`
    * `deprecated`
    
    Validaciones específicas para strings:
    
    * `min_length`
    * `max_length`
    * `pattern`
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.4K bytes
    - Viewed (0)
  3. docs/es/docs/python-types.md

    ///
    
    ## Anotaciones de tipos con metadata { #type-hints-with-metadata-annotations }
    
    Python también tiene una funcionalidad que permite poner **<abbr title="Datos sobre los datos, en este caso, información sobre el tipo, por ejemplo, una descripción.">metadatos</abbr> adicional** en estas anotaciones de tipos usando `Annotated`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 16.4K bytes
    - Viewed (1)
  4. docs/es/docs/deployment/docker.md

    En contraste con una "**imagen de contenedor**" que son los contenidos estáticos almacenados, un "**contenedor**" normalmente se refiere a la instance en ejecución, lo que está siendo **ejecutado**.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 32K bytes
    - Viewed (0)
  5. api/maven-api-metadata/src/main/mdo/metadata.mdo

      xml.namespace="http://maven.apache.org/METADATA/${version}"
      xml.schemaLocation="https://maven.apache.org/xsd/repository-metadata-${version}.xsd">
      <id>repository-metadata</id>
      <name>Metadata</name>
      <description><![CDATA[
        <p>Per-directory repository metadata <code>repository-metadata.xml</code>.</p>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed May 15 17:32:27 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  6. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java

            final Metadata metadata = new Metadata();
            if (StringUtil.isNotEmpty(resourceName)) {
                metadata.set(ExtractData.RESOURCE_NAME_KEY, resourceName);
            }
            if (StringUtil.isNotBlank(contentType)) {
                metadata.set(ExtractData.CONTENT_TYPE, contentType);
            }
            if (StringUtil.isNotBlank(contentEncoding)) {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 12:19:14 UTC 2025
    - 30.8K bytes
    - Viewed (0)
  7. docs/pt/docs/python-types.md

    ///
    
    ## Type Hints com Metadados de Anotações { #type-hints-with-metadata-annotations }
    
    O Python possui uma funcionalidade que nos permite incluir **<abbr title="Informação sobre a informação, neste caso, informação sobre o tipo, e.g. uma descrição.">metadados</abbr> adicionais** nos type hints utilizando `Annotated`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/query-params-str-validations.md

    {* ../../docs_src/query_params_str_validations/tutorial015_an_py310.py ln[22:30] hl[29] *}
    
    ## Recapitulando { #recap }
    
    Você pode declarar validações adicionais e metadados para seus parâmetros.
    
    Validações e metadados genéricos:
    
    * `alias`
    * `title`
    * `description`
    * `deprecated`
    
    Validações específicas para strings:
    
    * `min_length`
    * `max_length`
    * `pattern`
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.2K bytes
    - Viewed (0)
  9. docs/de/docs/tutorial/query-params-str-validations.md

    {* ../../docs_src/query_params_str_validations/tutorial015_an_py310.py ln[22:30] hl[29] *}
    
    ## Zusammenfassung { #recap }
    
    Sie können zusätzliche Validierungen und Metadaten für Ihre Parameter deklarieren.
    
    Allgemeine Validierungen und Metadaten:
    
    * `alias`
    * `title`
    * `description`
    * `deprecated`
    
    Validierungen, die spezifisch für Strings sind:
    
    * `min_length`
    * `max_length`
    * `pattern`
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 24 10:28:19 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  10. docs/de/docs/python-types.md

    ///
    
    ## Typhinweise mit Metadaten-Annotationen { #type-hints-with-metadata-annotations }
    
    Python bietet auch die Möglichkeit, **zusätzliche <abbr title="Daten über die Daten, in diesem Fall Informationen über den Typ, z. B. eine Beschreibung.">Metadaten</abbr>** in Typhinweisen unterzubringen, mittels `Annotated`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 17.9K bytes
    - Viewed (1)
Back to top