changedInput schema / properties / request / anyOf
Previous value: -[
- {
- "properties": {
- "features": {
- "description": "Cannot be all zero",
- "properties": {
- "arm": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "belly": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "breast_left": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "breast_right": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "hip": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "hip_lift": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "leg": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "neck_left": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": 0,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "neck_right": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": 0,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "shoulder_left": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "shoulder_right": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "slim": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "squared_shoulder_left": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "squared_shoulder_right": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "taller": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": 0,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "waist": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- }
- },
- "type": "object"
- },
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "The index of the person from detection task result.",
- "examples": [
- 0
- ]
- },
- "src_file_url": {
- "description": "Url of the file to run task. The url should be publicly accessible.",
- "examples": [
- "https://example.com/selfie.jpg"
- ],
- "type": "string"
- },
- "version": {
- "description": "Version of the features specification. Defaults to `\"1.0\"` unless otherwise specified.\n",
- "examples": [
- "1.0"
- ],
- "type": "string"
- }
- },
- "required": [
- "version",
- "features",
- "src_file_url"
- ],
- "type": "object"
- },
- {
- "properties": {
- "features": {
- "description": "Cannot be all zero",
- "properties": {
- "arm": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "belly": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "breast_left": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "breast_right": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "hip": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "hip_lift": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "leg": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "neck_left": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": 0,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "neck_right": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": 0,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "shoulder_left": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "shoulder_right": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "slim": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "squared_shoulder_left": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "squared_shoulder_right": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "taller": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": 0,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- },
- "waist": {
- "anyOf": [
- {
- "maximum": 100,
- "minimum": -100,
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "examples": [
- 0
- ]
- }
- },
- "type": "object"
- },
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "The index of the person from detection task result.",
- "examples": [
- 0
- ]
- },
- "src_file_id": {
- "description": "ID of file to run task. File ID from upload file API.",
- "examples": [
- "pfNK5PuRe0MrwLHcGA3DOmB1ahwfXTbYHjv+KoBIxbE="
- ],
- "type": "string"
- },
- "version": {
- "description": "Version of the features specification. Defaults to `\"1.0\"` unless otherwise specified.\n",
- "examples": [
- "1.0"
- ],
- "type": "string"
- }
- },
- "required": [
- "version",
- "features",
- "src_file_id"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "properties": {
+ "features": {
+ "description": "Cannot be all zero",
+ "properties": {
+ "arm": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "belly": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "breast": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Applies to both sides. A per-side key (`breast_left` / `breast_right`) overrides this value for that side; a per-side `0` means that side is left unchanged.",
+ "examples": [
+ 0
+ ]
+ },
+ "breast_left": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "breast_right": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "hip": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "hip_lift": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "leg": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "neck": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Applies to both sides. A per-side key (`neck_left` / `neck_right`) overrides this value for that side; a per-side `0` means that side is left unchanged.",
+ "examples": [
+ 0
+ ]
+ },
+ "neck_left": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "neck_right": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "shoulder": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Applies to both sides. A per-side key (`shoulder_left` / `shoulder_right`) overrides this value for that side; a per-side `0` means that side is left unchanged.",
+ "examples": [
+ 0
+ ]
+ },
+ "shoulder_left": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "shoulder_right": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "slim": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "squared_shoulder": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Applies to both sides. A per-side key (`squared_shoulder_left` / `squared_shoulder_right`) overrides this value for that side; a per-side `0` means that side is left unchanged.",
+ "examples": [
+ 0
+ ]
+ },
+ "squared_shoulder_left": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "squared_shoulder_right": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "taller": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "waist": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "index": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "The index of the person from detection task result.",
+ "examples": [
+ 0
+ ]
+ },
+ "src_file_url": {
+ "description": "Url of the file to run task. The url should be publicly accessible.",
+ "examples": [
+ "https://example.com/selfie.jpg"
+ ],
+ "type": "string"
+ },
+ "version": {
+ "description": "Version of the features specification. Defaults to `\"1.0\"` unless otherwise specified.\n",
+ "examples": [
+ "1.0"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "version",
+ "features",
+ "src_file_url"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "features": {
+ "description": "Cannot be all zero",
+ "properties": {
+ "arm": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "belly": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "breast": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Applies to both sides. A per-side key (`breast_left` / `breast_right`) overrides this value for that side; a per-side `0` means that side is left unchanged.",
+ "examples": [
+ 0
+ ]
+ },
+ "breast_left": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "breast_right": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "hip": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "hip_lift": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "leg": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "neck": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Applies to both sides. A per-side key (`neck_left` / `neck_right`) overrides this value for that side; a per-side `0` means that side is left unchanged.",
+ "examples": [
+ 0
+ ]
+ },
+ "neck_left": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "neck_right": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "shoulder": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Applies to both sides. A per-side key (`shoulder_left` / `shoulder_right`) overrides this value for that side; a per-side `0` means that side is left unchanged.",
+ "examples": [
+ 0
+ ]
+ },
+ "shoulder_left": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "shoulder_right": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "slim": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "squared_shoulder": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Applies to both sides. A per-side key (`squared_shoulder_left` / `squared_shoulder_right`) overrides this value for that side; a per-side `0` means that side is left unchanged.",
+ "examples": [
+ 0
+ ]
+ },
+ "squared_shoulder_left": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "squared_shoulder_right": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "taller": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ },
+ "waist": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": -100,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "examples": [
+ 0
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "index": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "The index of the person from detection task result.",
+ "examples": [
+ 0
+ ]
+ },
+ "src_file_id": {
+ "description": "ID of file to run task. File ID from upload file API.",
+ "examples": [
+ "pfNK5PuRe0MrwLHcGA3DOmB1ahwfXTbYHjv+KoBIxbE="
+ ],
+ "type": "string"
+ },
+ "version": {
+ "description": "Version of the features specification. Defaults to `\"1.0\"` unless otherwise specified.\n",
+ "examples": [
+ "1.0"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "version",
+ "features",
+ "src_file_id"
+ ],
+ "type": "object"
+ }
+]