Skip to content

Commit aea0fdb

Browse files
committed
Update schemas with enabling Trackback plugin
1 parent d21774b commit aea0fdb

6 files changed

Lines changed: 952 additions & 18 deletions

File tree

src/openapi/v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@
11251125
},
11261126
"info": {
11271127
"title": "Movable Type Data API",
1128-
"version": "r.5402"
1128+
"version": "r.5404"
11291129
},
11301130
"openapi": "3.0.0",
11311131
"paths": {

src/openapi/v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4978,7 +4978,7 @@
49784978
},
49794979
"info": {
49804980
"title": "Movable Type Data API",
4981-
"version": "r.5402"
4981+
"version": "r.5404"
49824982
},
49834983
"openapi": "3.0.0",
49844984
"paths": {

src/openapi/v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5536,7 +5536,7 @@
55365536
},
55375537
"info": {
55385538
"title": "Movable Type Data API",
5539-
"version": "r.5402"
5539+
"version": "r.5404"
55405540
},
55415541
"openapi": "3.0.0",
55425542
"paths": {

src/openapi/v4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6436,7 +6436,7 @@
64366436
},
64376437
"info": {
64386438
"title": "Movable Type Data API",
6439-
"version": "r.5402"
6439+
"version": "r.5404"
64406440
},
64416441
"openapi": "3.0.0",
64426442
"paths": {

src/openapi/v5.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,7 +2786,12 @@
27862786
"type": "string"
27872787
},
27882788
"parent": {
2789-
"type": "integer"
2789+
"properties": {
2790+
"id": {
2791+
"type": "integer"
2792+
}
2793+
},
2794+
"type": "object"
27902795
},
27912796
"tags": {
27922797
"items": {
@@ -6474,7 +6479,7 @@
64746479
},
64756480
"info": {
64766481
"title": "Movable Type Data API",
6477-
"version": "r.5402"
6482+
"version": "r.5404"
64786483
},
64796484
"openapi": "3.0.0",
64806485
"paths": {

0 commit comments

Comments
 (0)