- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 1,220 for example1 (0.08 sec)
-
docs/ko/docs/tutorial/schema-extra-example.md
### OpenAPI-특화 `examples` **JSON 스키마**가 `examples`를 지원하기 전 부터, OpenAPI는 `examples`이라 불리는 다른 필드를 지원해 왔습니다. 이 **OpenAPI-특화** `examples`는 OpenAPI 명세서의 다른 구역으로 들어갑니다. 각 JSON 스키마 내부가 아니라 **각 *경로 작동* 세부 정보**에 포함됩니다. 그리고 Swagger UI는 이 특정한 `examples` 필드를 한동안 지원했습니다. 그래서, 이를 다른 **문서 UI에 있는 예제**를 **표시**하기 위해 사용할 수 있습니다.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.5K bytes - Viewed (0) -
docs/screenshots/Example-2.png
Example-2.png...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 09 02:22:34 UTC 2017 - 105.6K bytes - Viewed (0) -
docs/screenshots/Example-1.png
Example-1.png...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 09 02:22:34 UTC 2017 - 97.2K bytes - Viewed (0) -
docs/screenshots/Example-1.jpg
Example-1.jpg...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 29 16:10:47 UTC 2017 - 88.5K bytes - Viewed (0) -
docs/screenshots/Example-2.jpg
Example-2.jpg...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 29 16:10:47 UTC 2017 - 134.5K bytes - Viewed (0) -
docs/screenshots/Example-3.jpg
Example-3.jpg...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 29 16:10:47 UTC 2017 - 288.5K bytes - Viewed (0) -
docs/screenshots/Example-3.png
Example-3.png...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 09 02:22:34 UTC 2017 - 265.4K bytes - Viewed (0) -
docs/federation/lookup/Corefile.example
Ashish Kumar Sinha <******@****.***> 1569948788 +0530
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 16:53:08 UTC 2019 - 216 bytes - Viewed (0) -
okhttp/src/test/resources/web-platform-test-urltestdata.txt
http::b@www.example.com s:http pass:b h:www.example.com p:/ http:/:b@www.example.com s:http pass:b h:www.example.com p:/ http://:b@www.example.com s:http pass:b h:www.example.com p:/ http:/:@/www.example.com http://user@/www.example.com http:@/www.example.com http:/@/www.example.com http://@/www.example.com https:@/www.example.com http:a:b@/www.example.com http:/a:b@/www.example.com http://a:b@/www.example.com http::@/www.example.com
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 14.3K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/CertificatePinnerKotlinTest.kt
CertificatePinner.Builder() .add("*.example.com", certA1Sha256Pin) .add("a.example.com", certB1Sha256Pin) .add("b.example.com", certC1Sha256Pin) .build() val expectedPins = listOf( Pin("*.example.com", certA1Sha256Pin), Pin("a.example.com", certB1Sha256Pin), ) assertThat(certificatePinner.findMatchingPins("a.example.com")).isEqualTo(expectedPins) } @Test
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 8.1K bytes - Viewed (0)