{
  "type": "object",
  "properties": {
    "baseUrl": {
      "type": "string",
      "example": "http://localhost.magento-task.com"
    },
    "templateId": {
      "type": "string",
      "example": "1"
    },
    "artworkId": {
      "type": "string",
      "example": "1"
    },
    "artworkTitle": {
      "type": "string",
      "example": "Sports-1"
    },
    "price": {
      "type": "string",
      "example": "10"
    },
    "associatedProductId": {
      "type": "string",
      "example": "29"
    },
    "type": {
      "type": "string",
      "example": "import"
    },
    "artworks_data": {
      "type": "object",
      "example": {}
    },
    "dimensions": {
      "type": "array",
      "example": []
    }
  }
}
