changedOutput schema / (root)
Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": false,
- "properties": {
- "attachments": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "codeSnippets": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "customerEmail": {
- "format": "email",
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "customerName": {
- "type": "string"
- },
- "errorMessages": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "hasAttachments": {
- "type": "boolean"
- },
- "isBug": {
- "type": "boolean"
- },
- "isReproducible": {
- "type": "boolean"
- },
- "isThirdPartyIssue": {
- "type": "boolean"
- },
- "issueDescription": {
- "type": "string"
- },
- "rootCause": {
- "type": "string"
- },
- "suggestedSolution": {
- "type": "string"
- },
- "testedByTeam": {
- "type": "boolean"
- },
- "ticketId": {
- "type": "string"
- }
- },
- "required": [
- "ticketId",
- "customerName",
- "customerEmail",
- "issueDescription",
- "hasAttachments",
- "attachments",
- "codeSnippets",
- "errorMessages",
- "isReproducible",
- "testedByTeam",
- "isBug",
- "isThirdPartyIssue"
- ],
- "type": "object"
-}New value: +null