changedInput schema / properties / op / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "k": {
- "maximum": 100,
- "minimum": 1,
- "type": "integer"
- },
- "kind": {
- "const": "leaders",
- "type": "string"
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "direction": {
- "enum": [
- "asc",
- "desc"
- ],
- "type": "string"
- },
- "k": {
- "maximum": 100,
- "minimum": 1,
- "type": "integer"
- },
- "kind": {
- "const": "rank",
- "type": "string"
- }
- },
- "required": [
- "kind",
- "direction"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "count_where",
- "type": "string"
- },
- "op": {
- "enum": [
- ">=",
- ">",
- "<=",
- "<",
- "="
- ],
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "op",
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "only_who",
- "type": "string"
- },
- "op": {
- "enum": [
- ">=",
- ">",
- "<=",
- "<",
- "="
- ],
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "op",
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "streak_each",
- "type": "string"
- },
- "n_seasons": {
- "maximum": 10,
- "minimum": 2,
- "type": "integer"
- },
- "op": {
- "enum": [
- ">=",
- ">",
- "<=",
- "<",
- "="
- ],
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "op",
- "value",
- "n_seasons"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "share_of",
- "type": "string"
- },
- "part": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "seasons",
- "type": "string"
- },
- "seasons": {
- "items": {
- "maximum": 2100,
- "minimum": 1999,
- "type": "integer"
- },
- "maxItems": 20,
- "minItems": 1,
- "type": "array"
- }
- },
- "required": [
- "kind",
- "seasons"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "last_n_seasons",
- "type": "string"
- },
- "n": {
- "maximum": 20,
- "minimum": 1,
- "type": "integer"
- }
- },
- "required": [
- "kind",
- "n"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "weeks",
- "type": "string"
- },
- "season": {
- "maximum": 2100,
- "minimum": 1999,
- "type": "integer"
- },
- "weeks": {
- "items": {
- "maximum": 23,
- "minimum": 1,
- "type": "integer"
- },
- "maxItems": 23,
- "minItems": 1,
- "type": "array"
- }
- },
- "required": [
- "kind",
- "season",
- "weeks"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "since_debut",
- "type": "string"
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "with_team",
- "type": "string"
- },
- "seasons": {
- "items": {
- "maximum": 2100,
- "minimum": 1999,
- "type": "integer"
- },
- "maxItems": 20,
- "minItems": 1,
- "type": "array"
- },
- "team": {
- "maxLength": 4,
- "minLength": 2,
- "type": "string"
- }
- },
- "required": [
- "kind",
- "team"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "coach": {
- "maxLength": 60,
- "minLength": 2,
- "type": "string"
- },
- "kind": {
- "const": "coach_tenure",
- "type": "string"
- },
- "team": {
- "maxLength": 4,
- "minLength": 2,
- "type": "string"
- }
- },
- "required": [
- "kind",
- "coach"
- ],
- "type": "object"
- }
- ]
- }
- },
- "required": [
- "kind",
- "part"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "k": {
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "kind": {
+ "const": "leaders",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "direction": {
+ "enum": [
+ "asc",
+ "desc"
+ ],
+ "type": "string"
+ },
+ "k": {
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "kind": {
+ "const": "rank",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "direction"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "count_where",
+ "type": "string"
+ },
+ "op": {
+ "enum": [
+ ">=",
+ ">",
+ "<=",
+ "<",
+ "="
+ ],
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "op",
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "only_who",
+ "type": "string"
+ },
+ "op": {
+ "enum": [
+ ">=",
+ ">",
+ "<=",
+ "<",
+ "="
+ ],
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "op",
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "streak_each",
+ "type": "string"
+ },
+ "n_seasons": {
+ "maximum": 10,
+ "minimum": 2,
+ "type": "integer"
+ },
+ "op": {
+ "enum": [
+ ">=",
+ ">",
+ "<=",
+ "<",
+ "="
+ ],
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "op",
+ "value",
+ "n_seasons"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "share_of",
+ "type": "string"
+ },
+ "part": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "seasons",
+ "type": "string"
+ },
+ "seasons": {
+ "items": {
+ "maximum": 2100,
+ "minimum": 1999,
+ "type": "integer"
+ },
+ "maxItems": 20,
+ "minItems": 1,
+ "type": "array"
+ }
+ },
+ "required": [
+ "kind",
+ "seasons"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "last_n_seasons",
+ "type": "string"
+ },
+ "n": {
+ "maximum": 20,
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "kind",
+ "n"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "weeks",
+ "type": "string"
+ },
+ "season": {
+ "maximum": 2100,
+ "minimum": 1999,
+ "type": "integer"
+ },
+ "weeks": {
+ "items": {
+ "maximum": 23,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "maxItems": 23,
+ "minItems": 1,
+ "type": "array"
+ }
+ },
+ "required": [
+ "kind",
+ "season",
+ "weeks"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "since_debut",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "with_team",
+ "type": "string"
+ },
+ "seasons": {
+ "items": {
+ "maximum": 2100,
+ "minimum": 1999,
+ "type": "integer"
+ },
+ "maxItems": 20,
+ "minItems": 1,
+ "type": "array"
+ },
+ "team": {
+ "maxLength": 4,
+ "minLength": 2,
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "team"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "coach": {
+ "maxLength": 60,
+ "minLength": 2,
+ "type": "string"
+ },
+ "kind": {
+ "const": "coach_tenure",
+ "type": "string"
+ },
+ "team": {
+ "maxLength": 4,
+ "minLength": 2,
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "coach"
+ ],
+ "type": "object"
+ }
+ ]
+ }
+ },
+ "required": [
+ "kind",
+ "part"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "k": {
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "kind": {
+ "const": "count_weeks_where",
+ "type": "string"
+ },
+ "op": {
+ "enum": [
+ ">=",
+ ">",
+ "<=",
+ "<",
+ "="
+ ],
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "op",
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "longest_streak",
+ "type": "string"
+ },
+ "op": {
+ "enum": [
+ ">=",
+ ">",
+ "<=",
+ "<",
+ "="
+ ],
+ "type": "string"
+ },
+ "unit": {
+ "const": "weeks",
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "unit",
+ "op",
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "from": {
+ "maximum": 2100,
+ "minimum": 1999,
+ "type": "integer"
+ },
+ "k": {
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "kind": {
+ "const": "delta_between_seasons",
+ "type": "string"
+ },
+ "to": {
+ "maximum": 2100,
+ "minimum": 1999,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "kind",
+ "from",
+ "to"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "from": {
+ "maximum": 2100,
+ "minimum": 1999,
+ "type": "integer"
+ },
+ "k": {
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "kind": {
+ "const": "rank_change",
+ "type": "string"
+ },
+ "to": {
+ "maximum": 2100,
+ "minimum": 1999,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "kind",
+ "from",
+ "to"
+ ],
+ "type": "object"
+ }
+]