removedInput schema / additionalProperties
Removed value: -false
changedInput schema / properties / description / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "not": {}
- },
- {
- "type": "string"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / exercises / items / additionalProperties
Removed value: -false
changedInput schema / properties / exercises / items / properties / notes / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "not": {}
- },
- {
- "type": "string"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / exercises / items / properties / sets / items / additionalProperties
Removed value: -false
changedInput schema / properties / exercises / items / properties / sets / items / properties / customMetric / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "not": {}
- },
- {
- "type": "number"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / exercises / items / properties / sets / items / properties / distance
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedInput schema / properties / exercises / items / properties / sets / items / properties / distanceMeters / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "not": {}
- },
- {
- "type": "integer"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / exercises / items / properties / sets / items / properties / duration
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedInput schema / properties / exercises / items / properties / sets / items / properties / durationSeconds / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "not": {}
- },
- {
- "type": "integer"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / exercises / items / properties / sets / items / properties / reps / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "not": {}
- },
- {
- "type": "integer"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / exercises / items / properties / sets / items / properties / rpe / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "not": {}
- },
- {
- "type": "number"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / exercises / items / properties / sets / items / properties / weight
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedInput schema / properties / exercises / items / properties / sets / items / properties / weightKg / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "not": {}
- },
- {
- "type": "number"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / exercises / items / properties / supersetId / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / exercises / items / properties / supersetId / type
Removed value: -[
- "number",
- "null"
-]
changedInput schema / required
Previous value: -[
- "title",
- "startTime",
- "endTime",
- "exercises"
-]New value: +[
+ "title",
+ "startTime",
+ "endTime"
+]