Skip to content

Commit

Permalink
Resolve github actions error of #274
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Oct 27, 2022
1 parent 38cca7e commit f74e018
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const test_application_ajv_ultimate_union = _test_application_ajv(
$ref: "components#/schemas/IJsonSchema.INullOnly",
},
{
$ref: "components#/schemas/IJsonSchema.IUnkown",
$ref: "components#/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1273,7 +1273,7 @@ export const test_application_ajv_ultimate_union = _test_application_ajv(
$ref: "components#/schemas/IJsonSchema.INullOnly",
},
{
$ref: "components#/schemas/IJsonSchema.IUnkown",
$ref: "components#/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1354,7 +1354,7 @@ export const test_application_ajv_ultimate_union = _test_application_ajv(
$ref: "components#/schemas/IJsonSchema.INullOnly",
},
{
$ref: "components#/schemas/IJsonSchema.IUnkown",
$ref: "components#/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1429,7 +1429,7 @@ export const test_application_ajv_ultimate_union = _test_application_ajv(
$ref: "components#/schemas/IJsonSchema.INullOnly",
},
{
$ref: "components#/schemas/IJsonSchema.IUnkown",
$ref: "components#/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1748,8 +1748,8 @@ export const test_application_ajv_ultimate_union = _test_application_ajv(
required: ["type"],
"x-tson_jsDocTags": [],
},
"IJsonSchema.IUnkown": {
$id: "components#/schemas/IJsonSchema.IUnkown",
"IJsonSchema.IUnknown": {
$id: "components#/schemas/IJsonSchema.IUnknown",
type: "object",
properties: {},
nullable: false,
Expand Down Expand Up @@ -1848,7 +1848,7 @@ export const test_application_ajv_ultimate_union = _test_application_ajv(
$ref: "components#/schemas/IJsonSchema.INullOnly",
},
{
$ref: "components#/schemas/IJsonSchema.IUnkown",
$ref: "components#/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1932,7 +1932,7 @@ export const test_application_ajv_ultimate_union = _test_application_ajv(
$ref: "components#/schemas/IJsonSchema.INullOnly",
},
{
$ref: "components#/schemas/IJsonSchema.IUnkown",
$ref: "components#/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const test_application_swagger_ultimate_union =
$ref: "#/components/schemas/IJsonSchema.INullOnly",
},
{
$ref: "#/components/schemas/IJsonSchema.IUnkown",
$ref: "#/components/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1243,7 +1243,7 @@ export const test_application_swagger_ultimate_union =
$ref: "#/components/schemas/IJsonSchema.INullOnly",
},
{
$ref: "#/components/schemas/IJsonSchema.IUnkown",
$ref: "#/components/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1319,7 +1319,7 @@ export const test_application_swagger_ultimate_union =
$ref: "#/components/schemas/IJsonSchema.INullOnly",
},
{
$ref: "#/components/schemas/IJsonSchema.IUnkown",
$ref: "#/components/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1389,7 +1389,7 @@ export const test_application_swagger_ultimate_union =
$ref: "#/components/schemas/IJsonSchema.INullOnly",
},
{
$ref: "#/components/schemas/IJsonSchema.IUnkown",
$ref: "#/components/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1705,7 +1705,7 @@ export const test_application_swagger_ultimate_union =
required: ["type"],
"x-tson_jsDocTags": [],
},
"IJsonSchema.IUnkown": {
"IJsonSchema.IUnknown": {
type: "object",
properties: {},
nullable: false,
Expand Down Expand Up @@ -1798,7 +1798,7 @@ export const test_application_swagger_ultimate_union =
$ref: "#/components/schemas/IJsonSchema.INullOnly",
},
{
$ref: "#/components/schemas/IJsonSchema.IUnkown",
$ref: "#/components/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down Expand Up @@ -1878,7 +1878,7 @@ export const test_application_swagger_ultimate_union =
$ref: "#/components/schemas/IJsonSchema.INullOnly",
},
{
$ref: "#/components/schemas/IJsonSchema.IUnkown",
$ref: "#/components/schemas/IJsonSchema.IUnknown",
},
],
},
Expand Down

0 comments on commit f74e018

Please sign in to comment.