Skip to content

Commit f022a9c

Browse files
committed
Update HttpApi JSON Schema snapshot
1 parent f816dea commit f022a9c

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

packages/platform/node/test/__snapshots__/HttpApi.test.ts.snap

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,7 @@ exports[`HttpApi > original tests > OpenAPI spec > fixture 1`] = `
369369
"name": "page",
370370
"required": false,
371371
"schema": {
372-
"allOf": [
373-
{
374-
"pattern": "^[+-]?\\d*\\.?\\d+(?:[Ee][+-]?\\d+)?$",
375-
},
376-
],
372+
"pattern": "^[+-]?\\d*\\.?\\d+(?:[Ee][+-]?\\d+)?$",
377373
"type": "string",
378374
},
379375
},
@@ -437,11 +433,7 @@ exports[`HttpApi > original tests > OpenAPI spec > fixture 1`] = `
437433
"name": "id",
438434
"required": true,
439435
"schema": {
440-
"allOf": [
441-
{
442-
"pattern": "^[+-]?\\d*\\.?\\d+(?:[Ee][+-]?\\d+)?$",
443-
},
444-
],
436+
"pattern": "^[+-]?\\d*\\.?\\d+(?:[Ee][+-]?\\d+)?$",
445437
"type": "string",
446438
},
447439
},
@@ -643,11 +635,7 @@ exports[`HttpApi > original tests > OpenAPI spec > fixture 1`] = `
643635
"name": "id",
644636
"required": true,
645637
"schema": {
646-
"allOf": [
647-
{
648-
"pattern": "^[+-]?\\d*\\.?\\d+(?:[Ee][+-]?\\d+)?$",
649-
},
650-
],
638+
"pattern": "^[+-]?\\d*\\.?\\d+(?:[Ee][+-]?\\d+)?$",
651639
"type": "string",
652640
},
653641
},

0 commit comments

Comments
 (0)