changedInput schema / properties / segments / items / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "agent": {
- "anyOf": [
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "announcers": {
- "items": {
- "minimum": 1,
- "type": "integer"
- },
- "maxItems": 4,
- "type": "array",
- "uniqueItems": true
- },
- "cardPosition": {
- "default": "mainshow",
- "enum": [
- "preshow",
- "mainshow",
- "postshow"
- ],
- "type": "string"
- },
- "description": {
- "maxLength": 10000,
- "type": "string"
- },
- "finishSpecific": {
- "maxLength": 500,
- "type": "string"
- },
- "gimmick": {
- "maxLength": 200,
- "type": "string"
- },
- "losers": {
- "anyOf": [
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "const": "Unspecified",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "matchStoryId": {
- "anyOf": [
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "const": "None",
- "type": "string"
- }
- ]
- },
- "participants": {
- "items": {
- "items": {
- "minimum": 1,
- "type": "integer"
- },
- "minItems": 1,
- "type": "array",
- "uniqueItems": true
- },
- "minItems": 2,
- "type": "array"
- },
- "planningReason": {
- "description": "Planner metadata; returned by pws_plan_show and removed before persistence.",
- "type": "string"
- },
- "purpose": {
- "maxLength": 100,
- "type": "string"
- },
- "purposeWorker": {
- "anyOf": [
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "referee": {
- "anyOf": [
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "ringsideWorkers": {
- "items": {
- "minimum": 1,
- "type": "integer"
- },
- "type": "array",
- "uniqueItems": true
- },
- "segmentLength": {
- "maximum": 120,
- "minimum": 1,
- "type": "integer"
- },
- "segmentName": {
- "maxLength": 500,
- "type": "string"
- },
- "segmentPosition": {
- "minimum": 1,
- "type": "integer"
- },
- "titleIds": {
- "description": "Canonical championship field. Every listed title is validated and persisted in matchtitles.",
- "items": {
- "minimum": 1,
- "type": "integer"
- },
- "maxItems": 20,
- "type": "array",
- "uniqueItems": true
- },
- "type": {
- "const": "match",
- "type": "string"
- },
- "winType": {
- "maxLength": 100,
- "type": "string"
- },
- "winner": {
- "anyOf": [
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "enum": [
- "auto",
- "draw"
- ],
- "type": "string"
- }
- ]
- }
- },
- "required": [
- "type",
- "participants"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "angleType": {
- "maxLength": 100,
- "type": "string"
- },
- "beats": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "group1": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "contractID": {
- "minimum": 1,
- "type": "integer"
- },
- "workerID": {
- "minimum": 1,
- "type": "integer"
- }
- },
- "required": [
- "contractID"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "group2": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "contractID": {
- "minimum": 1,
- "type": "integer"
- },
- "workerID": {
- "minimum": 1,
- "type": "integer"
- }
- },
- "required": [
- "contractID"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "group3": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "contractID": {
- "minimum": 1,
- "type": "integer"
- },
- "workerID": {
- "minimum": 1,
- "type": "integer"
- }
- },
- "required": [
- "contractID"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "length": {
- "maximum": 120,
- "minimum": 1,
- "type": "integer"
- },
- "option1": {
- "maxLength": 200,
- "type": "string"
- },
- "option2": {
- "maxLength": 200,
- "type": "string"
- },
- "type": {
- "maxLength": 50,
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "type",
- "length"
- ],
- "type": "object"
- },
- "minItems": 1,
- "type": "array"
- },
- "cardPosition": {
- "default": "mainshow",
- "enum": [
- "preshow",
- "mainshow",
- "postshow"
- ],
- "type": "string"
- },
- "description": {
- "maxLength": 10000,
- "type": "string"
- },
- "participants": {
- "items": {
- "items": {
- "minimum": 1,
- "type": "integer"
- },
- "minItems": 1,
- "type": "array",
- "uniqueItems": true
- },
- "minItems": 1,
- "type": "array"
- },
- "planningReason": {
- "description": "Planner metadata; removed before persistence.",
- "type": "string"
- },
- "segmentLength": {
- "maximum": 120,
- "minimum": 1,
- "type": "integer"
- },
- "segmentName": {
- "maxLength": 500,
- "type": "string"
- },
- "segmentPosition": {
- "minimum": 1,
- "type": "integer"
- },
- "type": {
- "const": "angle",
- "type": "string"
- }
- },
- "required": [
- "type",
- "participants"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "agent": {
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "announcers": {
+ "items": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "maxItems": 4,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "cardPosition": {
+ "default": "mainshow",
+ "enum": [
+ "preshow",
+ "mainshow",
+ "postshow"
+ ],
+ "type": "string"
+ },
+ "description": {
+ "maxLength": 10000,
+ "type": "string"
+ },
+ "eliminationOrder": {
+ "items": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "type": "array",
+ "uniqueItems": true
+ },
+ "entranceOrder": {
+ "items": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "type": "array",
+ "uniqueItems": true
+ },
+ "finishSpecific": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "gimmick": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "losers": {
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "const": "Unspecified",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "matchStoryId": {
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "const": "None",
+ "type": "string"
+ }
+ ]
+ },
+ "participants": {
+ "items": {
+ "items": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "minItems": 1,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "minItems": 2,
+ "type": "array"
+ },
+ "planningReason": {
+ "description": "Planner metadata; returned by pws_plan_show and removed before persistence.",
+ "type": "string"
+ },
+ "purpose": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "purposeWorker": {
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "referee": {
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "ringsideWorkers": {
+ "items": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "type": "array",
+ "uniqueItems": true
+ },
+ "segmentLength": {
+ "maximum": 120,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "segmentName": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "segmentPosition": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "titleIds": {
+ "description": "Canonical championship field. Every listed title is validated and persisted in matchtitles.",
+ "items": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "maxItems": 20,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "type": {
+ "const": "match",
+ "type": "string"
+ },
+ "winType": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "winner": {
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "enum": [
+ "auto",
+ "draw"
+ ],
+ "type": "string"
+ }
+ ]
+ }
+ },
+ "required": [
+ "type",
+ "participants"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "angleType": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "beats": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "group1": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "contractID": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "workerID": {
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "contractID"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "group2": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "contractID": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "workerID": {
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "contractID"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "group3": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "contractID": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "workerID": {
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "contractID"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "length": {
+ "maximum": 120,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "option1": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "option2": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "type": {
+ "maxLength": 50,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "length"
+ ],
+ "type": "object"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "cardPosition": {
+ "default": "mainshow",
+ "enum": [
+ "preshow",
+ "mainshow",
+ "postshow"
+ ],
+ "type": "string"
+ },
+ "description": {
+ "maxLength": 10000,
+ "type": "string"
+ },
+ "participants": {
+ "items": {
+ "items": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "minItems": 1,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "planningReason": {
+ "description": "Planner metadata; removed before persistence.",
+ "type": "string"
+ },
+ "segmentLength": {
+ "maximum": 120,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "segmentName": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "segmentPosition": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "type": {
+ "const": "angle",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "participants"
+ ],
+ "type": "object"
+ }
+]