Skip to main content

hanging_points_v1_0.json

hanging_points.json Copy Json { "$schema": "http://json-schema.org/draft-04/schema#", "description": "Hanging Points object", "type...

Updated over 3 weeks ago

hanging_points.json

Copy Json

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "Hanging Points object",
  "type": "object",
  "properties": {
    "leftankle": {
      "$ref": "common.json#definitions/vect3d"
    },
    "leftarmpit": {
      "$ref": "common.json#definitions/vect3d"
    },
    "bellybutton": {
      "$ref": "common.json#definitions/vect3d"
    },
    "chest": {
      "$ref": "common.json#definitions/vect3d"
    },
    "chin": {
      "$ref": "common.json#definitions/vect3d"
    },
    "crutch": {
      "$ref": "common.json#definitions/vect3d"
    },
    "lefthip": {
      "$ref": "common.json#definitions/vect3d"
    },
    "leftknee": {
      "$ref": "common.json#definitions/vect3d"
    },
    "rightankle": {
      "$ref": "common.json#definitions/vect3d"
    },
    "rightarmpit": {
      "$ref": "common.json#definitions/vect3d"
    },
    "righthip": {
      "$ref": "common.json#definitions/vect3d"
    },
    "rightknee": {
      "$ref": "common.json#definitions/vect3d"
    },
    "rightelbow": {
      "$ref": "common.json#definitions/vect3d"
    },
    "rightribs": {
      "$ref": "common.json#definitions/vect3d"
    },
    "rightshoulder": {
      "$ref": "common.json#definitions/vect3d"
    },
    "rightwrist": {
      "$ref": "common.json#definitions/vect3d"
    },
    "leftelbow": {
      "$ref": "common.json#definitions/vect3d"
    },
    "leftribs": {
      "$ref": "common.json#definitions/vect3d"
    },
    "leftshoulder": {
      "$ref": "common.json#definitions/vect3d"
    },
    "leftwrist": {
      "$ref": "common.json#definitions/vect3d"
    }
  }
}
Did this answer your question?