Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] authored and github-actions[bot] committed Nov 6, 2023
1 parent 4a1c23e commit 329fa5d
Showing 1 changed file with 64 additions and 64 deletions.
128 changes: 64 additions & 64 deletions test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5507,70 +5507,70 @@ paths:
- type: "null"
required:
- json
# /anything/unionDateTimeBigInt:
# post:
# operationId: unionDateTimeBigInt
# tags:
# - unions
# requestBody:
# content:
# application/json:
# schema:
# oneOf:
# - type: string
# format: date-time
# - type: integer
# format: bigint
# required: true
# responses:
# "200":
# description: OK
# content:
# application/json:
# schema:
# title: res
# type: object
# properties:
# json:
# oneOf:
# - type: string
# format: date-time
# - type: integer
# format: bigint
# required:
# - json
# /anything/unionBigIntDecimal:
# post:
# operationId: unionBigIntDecimal
# tags:
# - unions
# requestBody:
# content:
# application/json:
# schema:
# oneOf:
# - type: string
# format: bigint
# - type: number
# format: decimal
# required: true
# responses:
# "200":
# description: OK
# content:
# application/json:
# schema:
# title: res
# type: object
# properties:
# json:
# oneOf:
# - type: string
# format: bigint
# - type: number
# format: decimal
# required:
# - json
/anything/unionDateTimeBigInt:
post:
operationId: unionDateTimeBigInt
tags:
- unions
requestBody:
content:
application/json:
schema:
oneOf:
- type: string
format: date-time
- type: integer
format: bigint
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
title: res
type: object
properties:
json:
oneOf:
- type: string
format: date-time
- type: integer
format: bigint
required:
- json
/anything/unionBigIntDecimal:
post:
operationId: unionBigIntDecimal
tags:
- unions
requestBody:
content:
application/json:
schema:
oneOf:
- type: string
format: bigint
- type: number
format: decimal
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
title: res
type: object
properties:
json:
oneOf:
- type: string
format: bigint
- type: number
format: decimal
required:
- json
/status/{statusCode}:
get:
operationId: statusGetError
Expand Down

0 comments on commit 329fa5d

Please sign in to comment.