@@ -610,9 +610,9 @@ paths:
610610 required: true
611611 description: GET /v1/getSomething Parameter
612612 schema:
613+ type: array
613614 minItems: 1
614615 maxItems: 3
615- type: array
616616 items:
617617 type: integer
618618 exclusiveMaximum: 9007199254740991
@@ -708,6 +708,8 @@ paths:
708708 content:
709709 application/json:
710710 schema:
711+ discriminator:
712+ propertyName: type
711713 anyOf:
712714 - type: object
713715 properties:
@@ -727,8 +729,6 @@ paths:
727729 required:
728730 - type
729731 - b
730- discriminator:
731- propertyName: type
732732 required: true
733733 responses:
734734 "200":
@@ -2405,8 +2405,8 @@ paths:
24052405 required: true
24062406 description: YYYY-MM-DDTHH:mm:ss.sssZ
24072407 schema:
2408- description: YYYY-MM-DDTHH:mm:ss.sssZ
24092408 type: string
2409+ description: YYYY-MM-DDTHH:mm:ss.sssZ
24102410 format: date-time
24112411 pattern: ^\\ d{ 4 } -\\ d{ 2 } -\\ d{ 2 } (T\\ d{ 2 } :\\ d{ 2 } :\\ d{ 2 } (\\ .\\ d+)?)?Z?$
24122412 externalDocs:
@@ -2818,8 +2818,8 @@ paths:
28182818 required: true
28192819 description: GET /v1/getSomething Parameter
28202820 schema:
2821- minItems: 1
28222821 type: array
2822+ minItems: 1
28232823 items:
28242824 type: string
28252825 responses:
@@ -3076,8 +3076,8 @@ paths:
30763076 required: true
30773077 description: GET /v1/getSomething Parameter
30783078 schema:
3079- deprecated: true
30803079 type: string
3080+ deprecated: true
30813081 responses:
30823082 "200":
30833083 description: GET /v1/getSomething Positive response
@@ -3282,9 +3282,9 @@ paths:
32823282components:
32833283 schemas:
32843284 GetHrisEmployeesParameterCursor:
3285+ type: string
32853286 description: An optional cursor string used for pagination. This can be
32863287 retrieved from the \` next\` property of the previous page response.
3287- type: string
32883288 GetHrisEmployeesPositiveResponse:
32893289 type: object
32903290 properties:
@@ -3706,8 +3706,8 @@ paths:
37063706 required: true
37073707 description: here is the test
37083708 schema:
3709- description: here is the test
37103709 type: string
3710+ description: here is the test
37113711 responses:
37123712 "200":
37133713 description: GET /v1/getSomething Positive response
0 commit comments