Skip to content

Commit 23cf0fd

Browse files
committed
Add log
1 parent 997e00b commit 23cf0fd

3 files changed

Lines changed: 59 additions & 58 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"Cargo.toml":"Patch"},"note":"Hello","date":"2026-02-16T16:40:01.407925800Z"}

examples/axum-example/openapi.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"/": {
1414
"get": {
1515
"operationId": "root_endpoint",
16-
"description": "Health check endpoint",
16+
"description": "/ Health check endpoint",
1717
"responses": {
1818
"200": {
1919
"description": "Successful response",
@@ -414,7 +414,7 @@
414414
"tags": [
415415
"flatten"
416416
],
417-
"description": "List users with pagination (demonstrates flatten for request/response)\n\nThe request accepts flattened pagination parameters (page, per_page)\nand returns a response with flattened metadata (total, has_more).",
417+
"description": "/ List users with pagination (demonstrates flatten for request/response)\n/\n/ The request accepts flattened pagination parameters (page, per_page)\n/ and returns a response with flattened metadata (total, has_more).",
418418
"requestBody": {
419419
"required": true,
420420
"content": {
@@ -445,7 +445,7 @@
445445
"tags": [
446446
"flatten"
447447
],
448-
"description": "Advanced search endpoint with multiple flatten fields",
448+
"description": "/ Advanced search endpoint with multiple flatten fields",
449449
"requestBody": {
450450
"required": true,
451451
"content": {
@@ -513,7 +513,7 @@
513513
"tags": [
514514
"form"
515515
],
516-
"description": "Subscribe to newsletter via form submission",
516+
"description": "/ Subscribe to newsletter via form submission",
517517
"requestBody": {
518518
"required": true,
519519
"content": {
@@ -544,7 +544,7 @@
544544
"tags": [
545545
"form"
546546
],
547-
"description": "Submit a contact form",
547+
"description": "/ Submit a contact form",
548548
"requestBody": {
549549
"required": true,
550550
"content": {
@@ -575,7 +575,7 @@
575575
"tags": [
576576
"form"
577577
],
578-
"description": "Upload a file via raw multipart form data",
578+
"description": "/ Upload a file via raw multipart form data",
579579
"requestBody": {
580580
"required": true,
581581
"content": {
@@ -807,7 +807,7 @@
807807
"tags": [
808808
"hello"
809809
],
810-
"description": "Hello!!",
810+
"description": "/ Hello!!",
811811
"responses": {
812812
"200": {
813813
"description": "Successful response",
@@ -869,7 +869,7 @@
869869
"/memos": {
870870
"post": {
871871
"operationId": "create_memo",
872-
"description": "Create a new memo",
872+
"description": "/ Create a new memo",
873873
"requestBody": {
874874
"required": true,
875875
"content": {
@@ -895,7 +895,7 @@
895895
},
896896
"put": {
897897
"operationId": "update_memo",
898-
"description": "Update a memo",
898+
"description": "/ Update a memo",
899899
"requestBody": {
900900
"required": true,
901901
"content": {
@@ -923,7 +923,7 @@
923923
"/memos/format": {
924924
"get": {
925925
"operationId": "get_memo_format",
926-
"description": "Get memo response format",
926+
"description": "/ Get memo response format",
927927
"responses": {
928928
"200": {
929929
"description": "Successful response",
@@ -941,7 +941,7 @@
941941
"/memos/{id}": {
942942
"get": {
943943
"operationId": "get_memo",
944-
"description": "Get memo by id",
944+
"description": "/ Get memo by id",
945945
"parameters": [
946946
{
947947
"name": "id",
@@ -1277,7 +1277,7 @@
12771277
"/third": {
12781278
"get": {
12791279
"operationId": "third_root_endpoint",
1280-
"description": "Third app root endpoint",
1280+
"description": "/ Third app root endpoint",
12811281
"responses": {
12821282
"200": {
12831283
"description": "Successful response",
@@ -1298,7 +1298,7 @@
12981298
"tags": [
12991299
"third"
13001300
],
1301-
"description": "Third app hello endpoint",
1301+
"description": "/ Third app hello endpoint",
13021302
"responses": {
13031303
"200": {
13041304
"description": "Successful response",
@@ -1366,7 +1366,7 @@
13661366
"tags": [
13671367
"typed-form"
13681368
],
1369-
"description": "List all file uploads",
1369+
"description": "/ List all file uploads",
13701370
"responses": {
13711371
"200": {
13721372
"description": "Successful response",
@@ -1388,7 +1388,7 @@
13881388
"tags": [
13891389
"typed-form"
13901390
],
1391-
"description": "Create a new file upload with multipart form data",
1391+
"description": "/ Create a new file upload with multipart form data",
13921392
"requestBody": {
13931393
"required": true,
13941394
"content": {
@@ -1429,7 +1429,7 @@
14291429
"tags": [
14301430
"typed-form"
14311431
],
1432-
"description": "Update a file upload with multipart form data",
1432+
"description": "/ Update a file upload with multipart form data",
14331433
"parameters": [
14341434
{
14351435
"name": "id",
@@ -1478,7 +1478,7 @@
14781478
"tags": [
14791479
"typed-form"
14801480
],
1481-
"description": "Patch a file upload (partial update via schema_type! multipart)",
1481+
"description": "/ Patch a file upload (partial update via schema_type! multipart)",
14821482
"parameters": [
14831483
{
14841484
"name": "id",
@@ -1586,7 +1586,7 @@
15861586
"/users": {
15871587
"get": {
15881588
"operationId": "get_users",
1589-
"description": "Get all users (returns public response without internal_score)",
1589+
"description": "/ Get all users (returns public response without internal_score)",
15901590
"responses": {
15911591
"200": {
15921592
"description": "Successful response",
@@ -1605,7 +1605,7 @@
16051605
},
16061606
"post": {
16071607
"operationId": "create_user",
1608-
"description": "Create a new user\nRequest body uses CreateUserRequest (generated from User with only name, email)",
1608+
"description": "/ Create a new user\n/ Request body uses CreateUserRequest (generated from User with only name, email)",
16091609
"requestBody": {
16101610
"required": true,
16111611
"content": {
@@ -1633,7 +1633,7 @@
16331633
"/users/dto/{id}": {
16341634
"get": {
16351635
"operationId": "get_user_dto",
1636-
"description": "Get user DTO (demonstrates field rename feature)\nThe Rust struct uses user_id/display_name, but JSON uses id/name",
1636+
"description": "/ Get user DTO (demonstrates field rename feature)\n/ The Rust struct uses user_id/display_name, but JSON uses id/name",
16371637
"parameters": [
16381638
{
16391639
"name": "id",
@@ -1678,7 +1678,7 @@
16781678
"/users/summary": {
16791679
"get": {
16801680
"operationId": "get_users_summary",
1681-
"description": "Get user summaries (minimal fields for list views)",
1681+
"description": "/ Get user summaries (minimal fields for list views)",
16821682
"responses": {
16831683
"200": {
16841684
"description": "Successful response",
@@ -1699,7 +1699,7 @@
16991699
"/users/with-meta": {
17001700
"post": {
17011701
"operationId": "create_user_with_meta",
1702-
"description": "Create a new user with metadata (demonstrates `add` feature)\nRequest body uses CreateUserWithMeta (picks name/email, adds request_id/created_at)",
1702+
"description": "/ Create a new user with metadata (demonstrates `add` feature)\n/ Request body uses CreateUserWithMeta (picks name/email, adds request_id/created_at)",
17031703
"requestBody": {
17041704
"required": true,
17051705
"content": {
@@ -1727,7 +1727,7 @@
17271727
"/users/{id}": {
17281728
"get": {
17291729
"operationId": "get_user",
1730-
"description": "Get user by ID (full internal view)",
1730+
"description": "/ Get user by ID (full internal view)",
17311731
"parameters": [
17321732
{
17331733
"name": "id",
@@ -3476,29 +3476,29 @@
34763476
},
34773477
"UserSchema": {
34783478
"type": "object",
3479-
"description": "User model",
3479+
"description": "/ User model",
34803480
"properties": {
34813481
"createdAt": {
34823482
"type": "string",
34833483
"format": "date-time",
3484-
"description": "Created at"
3484+
"description": "/ Created at"
34853485
},
34863486
"email": {
34873487
"type": "string",
3488-
"description": "User email"
3488+
"description": "/ User email"
34893489
},
34903490
"id": {
34913491
"type": "integer",
3492-
"description": "User ID"
3492+
"description": "/ User ID"
34933493
},
34943494
"name": {
34953495
"type": "string",
3496-
"description": "User name"
3496+
"description": "/ User name"
34973497
},
34983498
"updatedAt": {
34993499
"type": "string",
35003500
"format": "date-time",
3501-
"description": "Updated at"
3501+
"description": "/ Updated at"
35023502
}
35033503
},
35043504
"required": [

0 commit comments

Comments
 (0)