Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 4,006 for Schema (0.1 sec)

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

    使用上面的任何方法,它在 `/docs` 中看起来都是这样的:
    
    <img src="/img/tutorial/body-fields/image01.png">
    
    ## 技术细节
    
    关于 `example` 和 `examples`...
    
    JSON Schema在最新的一个版本中定义了一个字段 <a href="https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5" class="external-link" target="_blank">`examples`</a> ,但是 OpenAPI 基于之前的一个旧版JSON Schema,并没有 `examples`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/schema-extra-example.md

    ### JSON Schemas Feld `examples`
    
    Aber dann fügte JSON Schema ein <a href="https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5" class="external-link" target="_blank">`examples`</a>-Feld zu einer neuen Version der Spezifikation hinzu.
    
    Und dann basierte das neue OpenAPI 3.1.0 auf der neuesten Version (JSON Schema 2020-12), die dieses neue Feld `examples` enthielt.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:19:53 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/schema-extra-example.md

    &amp; 👈 **🎻 🔗** Pydantic 🏷 🔌 **🗄** 👆 🛠️, &amp; ⤴️ ⚫️ ⚙️ 🩺 🎚.
    
    **🎻 🔗** 🚫 🤙 ✔️ 🏑 `example` 🐩. ⏮️ ⏬ 🎻 🔗 🔬 🏑 <a href="https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5" class="external-link" target="_blank">`examples`</a>, ✋️ 🗄 3️⃣.0️⃣.3️⃣ ⚓️ 🔛 🗝 ⏬ 🎻 🔗 👈 🚫 ✔️ `examples`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. docs/ko/docs/tutorial/schema-extra-example.md

        `"json_schema_extra"`를 생성된 JSON 스키마에서 보여주고 싶은 별도의 데이터와 `examples`를 포함하는 `dict`으로 설정할 수 있습니다.
    
    === "Pydantic v1"
    
        Pydantic v1에서 <a href="https://docs.pydantic.dev/1.10/usage/schema/#schema-customization" class="external-link" target="_blank">Pydantic 공식 문서: Schema customization</a>에서 설명하는 것처럼, 내부 클래스인 `Config`와 `schema_extra`를 사용할 것입니다.
    
        `schema_extra`를 생성된 JSON 스키마에서 보여주고 싶은 별도의 데이터와 `examples`를 포함하는 `dict`으로 설정할 수 있습니다.
    
    !!! tip "팁"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Feb 09 12:35:46 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/projects/future-schema-model-version-pom.xml

    Stephen Connolly <******@****.***> 1559594024 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 03 20:33:44 UTC 2019
    - 993 bytes
    - Viewed (0)
  6. pkg/config/schema/collection/schemas.go

    func (s Schemas) ForEach(handleSchema func(resource.Schema) (done bool)) {
    	for _, schema := range s.byAddOrder {
    		if handleSchema(schema) {
    			return
    		}
    	}
    }
    
    func (s Schemas) Union(otherSchemas Schemas) Schemas {
    	resultBuilder := NewSchemasBuilder()
    	for _, myschema := range s.All() {
    		// an error indicates the schema has already been added, which doesn't negatively impact intersect
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 01 08:10:15 UTC 2023
    - 6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/model/schemas.go

    	"k8s.io/apiextensions-apiserver/pkg/apiserver/schema"
    )
    
    // SchemaDeclType converts the structural schema to a CEL declaration, or returns nil if the
    // structural schema should not be exposed in CEL expressions.
    // Set isResourceRoot to true for the root of a custom resource or embedded resource.
    //
    // Schemas with XPreserveUnknownFields not exposed unless they are objects. Array and "maps" schemas
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go

    	schemeName string
    }
    
    // FieldLabelConversionFunc converts a field selector to internal representation.
    type FieldLabelConversionFunc func(label, value string) (internalLabel, internalValue string, err error)
    
    // NewScheme creates a new Scheme. This scheme is pluggable by default.
    func NewScheme() *Scheme {
    	s := &Scheme{
    		gvkToType:                 map[schema.GroupVersionKind]reflect.Type{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 25.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/cel/common/schemas.go

    // SchemaDeclType converts the structural schema to a CEL declaration, or returns nil if the
    // structural schema should not be exposed in CEL expressions.
    // Set isResourceRoot to true for the root of a custom resource or embedded resource.
    //
    // Schemas with XPreserveUnknownFields not exposed unless they are objects. Array and "maps" schemas
    // are not exposed if their items or additionalProperties schemas are not exposed. Object Properties are not exposed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 18:00:45 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme/scheme.go

    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/runtime/serializer/json"
    	"k8s.io/apimachinery/pkg/runtime/serializer/versioning"
    )
    
    var scheme = runtime.NewScheme()
    
    // NewUnstructuredNegotiatedSerializer returns a simple, negotiated serializer
    func NewUnstructuredNegotiatedSerializer() runtime.NegotiatedSerializer {
    	return unstructuredNegotiatedSerializer{
    		scheme:  scheme,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 27 12:37:23 UTC 2020
    - 4.2K bytes
    - Viewed (0)
Back to top