Skip to main content

snapshot_info_v3_29.json

snapshot_info_v3_29.json

Garment info object

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "Garment info object",
  "type": "object",
  "properties": {
    "size": {
      "type": "string"
    },
    "avatar_name": {
      "type": "string"
    },
    "avatar_type": {
      "type": "string"
    },
    "created_date": {
      "type": "string"
    },
    "pose": {
      "type": "string"
    },
    "animation": {
      "type": "boolean"
    },
    "colorway_id": {
      "type": "integer"
    },
    "name": {
      "description": "The name of the snapshot as visible in the GUI",
      "type": "string"
    }
  },
  "required": [
    "size",
    "avatar_name",
    "avatar_type",
    "pose",
    "created_date",
    "animation"
  ]
}

Did this answer your question?