changedInput schema / properties / activityTypes / items / oneOf
Previous value: -[
- {
- "properties": {
- "id": {
- "type": "string"
- },
- "name": {
- "maxLength": 60,
- "minLength": 1,
- "type": "string"
- },
- "op": {
- "const": "create",
- "type": "string"
- },
- "pattern": {
- "type": "string"
- }
- },
- "required": [
- "op",
- "name"
- ],
- "type": "object"
- },
- {
- "properties": {
- "id": {
- "type": "string"
- },
- "name": {
- "maxLength": 60,
- "minLength": 1,
- "type": "string"
- },
- "op": {
- "const": "update",
- "type": "string"
- },
- "order": {
- "type": "number"
- },
- "pattern": {
- "type": "string"
- }
- },
- "required": [
- "op",
- "id"
- ],
- "type": "object"
- },
- {
- "properties": {
- "id": {
- "type": "string"
- },
- "op": {
- "const": "delete",
- "type": "string"
- },
- "reassignTo": {
- "description": "Another activity type's id to move events onto; required if events still use this type.",
- "type": "string"
- }
- },
- "required": [
- "op",
- "id"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 60,
+ "minLength": 1,
+ "type": "string"
+ },
+ "op": {
+ "const": "create",
+ "type": "string"
+ },
+ "pattern": {
+ "description": "A fill pattern; omit to auto-pick.",
+ "enum": [
+ "solid",
+ "hatch_r",
+ "hatch_l",
+ "cross",
+ "horizontal",
+ "vertical",
+ "grid",
+ "dots",
+ "waves",
+ "chevron"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "op",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 60,
+ "minLength": 1,
+ "type": "string"
+ },
+ "op": {
+ "const": "update",
+ "type": "string"
+ },
+ "order": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "pattern": {
+ "description": "A fill pattern; omit to auto-pick.",
+ "enum": [
+ "solid",
+ "hatch_r",
+ "hatch_l",
+ "cross",
+ "horizontal",
+ "vertical",
+ "grid",
+ "dots",
+ "waves",
+ "chevron"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "op",
+ "id"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "op": {
+ "const": "delete",
+ "type": "string"
+ },
+ "reassignTo": {
+ "description": "Another activity type's id to move events onto; required if events still use this type.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "op",
+ "id"
+ ],
+ "type": "object"
+ }
+]
changedInput schema / properties / areas / items / oneOf
Previous value: -[
- {
- "properties": {
- "color": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "name": {
- "maxLength": 60,
- "minLength": 1,
- "type": "string"
- },
- "op": {
- "const": "create",
- "type": "string"
- }
- },
- "required": [
- "op",
- "name"
- ],
- "type": "object"
- },
- {
- "properties": {
- "color": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "name": {
- "maxLength": 60,
- "minLength": 1,
- "type": "string"
- },
- "op": {
- "const": "update",
- "type": "string"
- },
- "order": {
- "type": "number"
- }
- },
- "required": [
- "op",
- "id"
- ],
- "type": "object"
- },
- {
- "properties": {
- "id": {
- "type": "string"
- },
- "op": {
- "const": "delete",
- "type": "string"
- },
- "reassignTo": {
- "description": "Another area's id to move events onto; required if events still use this area.",
- "type": "string"
- }
- },
- "required": [
- "op",
- "id"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "color": {
+ "description": "Lowercase \"#rrggbb\"; omit to auto-pick.",
+ "pattern": "^#[0-9a-f]{6}$",
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 60,
+ "minLength": 1,
+ "type": "string"
+ },
+ "op": {
+ "const": "create",
+ "type": "string"
+ }
+ },
+ "required": [
+ "op",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "color": {
+ "description": "Lowercase \"#rrggbb\"; omit to auto-pick.",
+ "pattern": "^#[0-9a-f]{6}$",
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 60,
+ "minLength": 1,
+ "type": "string"
+ },
+ "op": {
+ "const": "update",
+ "type": "string"
+ },
+ "order": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "op",
+ "id"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "op": {
+ "const": "delete",
+ "type": "string"
+ },
+ "reassignTo": {
+ "description": "Another area's id to move events onto; required if events still use this area.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "op",
+ "id"
+ ],
+ "type": "object"
+ }
+]