removedInput schema / additionalProperties
Removed value: -false
removedInput schema / properties / exercises / items / additionalProperties
Removed value: -false
addedInput schema / properties / exercises / items / properties / restSeconds / maximum
Added value: +9007199254740991
removedInput schema / properties / exercises / items / properties / sets / items / additionalProperties
Removed value: -false
addedInput schema / properties / exercises / items / properties / sets / items / properties / distance
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+}
addedInput schema / properties / exercises / items / properties / sets / items / properties / distanceMeters / maximum
Added value: +9007199254740991
addedInput schema / properties / exercises / items / properties / sets / items / properties / distanceMeters / minimum
Added value: +-9007199254740991
addedInput schema / properties / exercises / items / properties / sets / items / properties / duration
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+}
addedInput schema / properties / exercises / items / properties / sets / items / properties / durationSeconds / maximum
Added value: +9007199254740991
addedInput schema / properties / exercises / items / properties / sets / items / properties / durationSeconds / minimum
Added value: +-9007199254740991
addedInput schema / properties / exercises / items / properties / sets / items / properties / repRange
Added value: +{
+ "properties": {
+ "end": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "start": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / exercises / items / properties / sets / items / properties / reps / anyOf
Added value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / exercises / items / properties / sets / items / properties / reps / type
Removed value: -"integer"
addedInput schema / properties / exercises / items / properties / sets / items / properties / weight
Added value: +{
+ "type": "number"
+}
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"
-]
addedInput schema / properties / folderId / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / folderId / type
Removed value: -[
- "number",
- "null"
-]
changedInput schema / required
Previous value: -[
- "title",
- "exercises"
-]New value: +[
+ "title"
+]