Skip to content

Commit 56904b1

Browse files
committed
Update the generated schema.
1 parent 038d186 commit 56904b1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10056,12 +10056,14 @@ mockedApiResponse.Schema = {
1005610056
"oneOf": [
1005710057
{
1005810058
"type": "string",
10059-
"format": "uuid",
10059+
"format": "uuid"
1006010060
},
1006110061
{
1006210062
"type": "string",
10063-
"enum": [ "" ],
10064-
},
10063+
"enum": [
10064+
""
10065+
]
10066+
}
1006510067
],
1006610068
"required": false
1006710069
},
@@ -10149,12 +10151,14 @@ mockedApiResponse.Schema = {
1014910151
"oneOf": [
1015010152
{
1015110153
"type": "string",
10152-
"format": "uuid",
10154+
"format": "uuid"
1015310155
},
1015410156
{
1015510157
"type": "string",
10156-
"enum": [ "" ],
10157-
},
10158+
"enum": [
10159+
""
10160+
]
10161+
}
1015810162
],
1015910163
"required": false
1016010164
},

0 commit comments

Comments
 (0)