Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Schema_ (0.1 sec)

  1. fastapi/routing.py

                    """
                    Extra metadata to be included in the OpenAPI schema for this *path
                    operation*.
    
                    Read more about it in the
                    [FastAPI docs for Path Operation Advanced Configuration](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#custom-openapi-path-operation-schema).
                    """
                ),
            ] = None,
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 12 09:44:57 UTC 2024
    - 172.1K bytes
    - Viewed (0)
  2. fastapi/applications.py

            """
            Generate the OpenAPI schema of the application. This is called by FastAPI
            internally.
    
            The first time it is called it stores the result in the attribute
            `app.openapi_schema`, and next times it is called, it just returns that same
            result. To avoid the cost of generating the schema every time.
    
            If you need to modify the generated OpenAPI schema, you could modify it.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 04:52:31 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  3. compat/maven-model-builder/src/test/resources/dag.txt

    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/jsonp/runtime/pom.xml
    quarkus/extensions/schema-registry/confluent/avro/deployment/pom.xml
    	quarkus/extensions/schema-registry/confluent/avro/runtime/pom.xml
    	quarkus/extensions/avro/deployment/pom.xml
    	quarkus/extensions/schema-registry/confluent/common/deployment/pom.xml
    	quarkus/extensions/schema-registry/devservice/deployment/pom.xml
    quarkus/extensions/kubernetes/kind/deployment/pom.xml
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 224K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Add port forwarding for rkt with kvm stage1 ([#32126](https://github.com/kubernetes/kubernetes/pull/32126), [@jjlakis](https://github.com/jjlakis))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
Back to top