api.yaml in vgs_api_client-0.0.1.alpha202205231454 vs api.yaml in vgs_api_client-0.0.1.alpha202205231750

- old
+ new

@@ -378,9 +378,18 @@ type: array items: $ref: '#/components/schemas/ApiError' description: List of errors that occurred while processing the request. minItems: 1 + examples: + invalidJson: + summary: When a payload is received that is not valid JSON + value: + errors: + - status: 400 + code: invalid-payload + detail: Payload is not a valid JSON format. + trace_id: 2cdd563c3fcdd9b4 schemas: ApiError: type: object properties: