- Sort Score
- Num 10 results
- Language All
Results 331 - 340 of 934 for scheme (0.09 seconds)
-
docs/zh/docs/tutorial/schema-extra-example.md
/// ### JSON Schema 的 `examples` 字段 { #json-schemas-examples-field } 后来,JSON Schema 在新版本的规范中添加了 [`examples`](https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5) 字段。 随后新的 OpenAPI 3.1.0 基于最新版本(JSON Schema 2020-12),其中包含了这个新的 `examples` 字段。 现在,这个新的 `examples` 字段优先于旧的单个(且自定义的)`example` 字段,后者已被弃用。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 8.5K bytes - Click Count (0) -
docs/ja/docs/tutorial/schema-extra-example.md
この古いOpenAPI固有の`examples`パラメータは、FastAPI `0.103.0`以降は`openapi_examples`になりました。 /// ### JSON Schemaの`examples`フィールド { #json-schemas-examples-field } しかしその後、JSON Schemaは新しいバージョンの仕様に[`examples`](https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5)フィールドを追加しました。 そして、新しいOpenAPI 3.1.0は、この新しいフィールド`examples`を含む最新バージョン(JSON Schema 2020-12)に基づくようになりました。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 10.5K bytes - Click Count (0) -
docs/zh/docs/how-to/separate-openapi-schemas.md
### 文档中输入/输出使用同一 Schema 的模型 { #same-schema-for-input-and-output-models-in-docs } 现在该模型的输入和输出将只使用一个 schema,即 `Item`,并且其中的 `description` **不是必填**: <div class="screenshot"> <img src="/img/tutorial/separate-openapi-schemas/image05.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:37:57 GMT 2026 - 4.3K bytes - Click Count (0) -
docs/ru/docs/tutorial/schema-extra-example.md
/// ### Поле `examples` в JSON Schema { #json-schemas-examples-field } Позже в новой версии спецификации JSON Schema было добавлено поле [`examples`](https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5). А затем новый OpenAPI 3.1.0 был основан на последней версии (JSON Schema 2020-12), которая включала это новое поле `examples`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 13.8K bytes - Click Count (0) -
docs/en/docs/how-to/separate-openapi-schemas.md
### Same Schema for Input and Output Models in Docs { #same-schema-for-input-and-output-models-in-docs } And now there will be one single schema for input and output for the model, only `Item`, and it will have `description` as **not required**: <div class="screenshot"> <img src="/img/tutorial/separate-openapi-schemas/image05.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 4.5K bytes - Click Count (0) -
docs/de/docs/how-to/separate-openapi-schemas.md
### Gleiches Schema für Eingabe- und Ausgabemodelle in der Dokumentation { #same-schema-for-input-and-output-models-in-docs } Und jetzt wird es ein einziges Schema für die Eingabe und Ausgabe des Modells geben, nur `Item`, und es wird `description` als **nicht erforderlich** kennzeichnen: <div class="screenshot"> <img src="/img/tutorial/separate-openapi-schemas/image05.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Dec 24 10:28:19 GMT 2025 - 5.2K bytes - Click Count (0) -
docs/tr/docs/how-to/separate-openapi-schemas.md
### Dokümanlarda Input ve Output Modelleri için Aynı Schema { #same-schema-for-input-and-output-models-in-docs } Artık model için input ve output tarafında tek bir schema olur: sadece `Item`. Ayrıca `description` alanı **required değildir**: <div class="screenshot"> <img src="/img/tutorial/separate-openapi-schemas/image05.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 05 15:43:38 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/uk/docs/tutorial/schema-extra-example.md
/// ### Поле `examples` у Схемі JSON { #json-schemas-examples-field } Пізніше Схема JSON додала поле [`examples`](https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5) у нову версію специфікації. А потім новий OpenAPI 3.1.0 базувався на найновішій версії (JSON Schema 2020-12), яка включала це нове поле `examples`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 13.3K bytes - Click Count (0) -
build-tools-internal/src/main/resources/changelog-schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/elastic/elasticsearch/tree/master/docs/changelog", "$ref": "#/definitions/Changelog", "definitions": { "Changelog": { "type": "object", "properties": { "pr": { "type": "integer" }, "issues": { "type": "array", "items": { "type": "integer" } },Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 5K bytes - Click Count (0) -
docs/zh-hant/docs/how-to/separate-openapi-schemas.md
<img src="/img/tutorial/separate-openapi-schemas/image03.png"> </div> ### 文件中的輸入與輸出模型 { #model-for-input-and-output-in-docs } 如果你查看 OpenAPI 中所有可用的結構描述(JSON Schema),會看到有兩個:`Item-Input` 與 `Item-Output`。 對於 `Item-Input`,`description` 不是必填,沒有紅色星號。 但對於 `Item-Output`,`description` 是必填,有紅色星號。 <div class="screenshot"> <img src="/img/tutorial/separate-openapi-schemas/image04.png"> </div>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:15:26 GMT 2026 - 4.1K bytes - Click Count (0)