Skip to content

Instantly share code, notes, and snippets.

@sloanahrens
Created October 16, 2013 16:20
Show Gist options
  • Select an option

  • Save sloanahrens/7010620 to your computer and use it in GitHub Desktop.

Select an option

Save sloanahrens/7010620 to your computer and use it in GitHub Desktop.
{
"product" : {
"properties" : {
"availability" : {
"type" : "string"
},
"brand" : {
"type" : "string"
},
"condition" : {
"type" : "string"
},
"description" : {
"type" : "string"
},
"google_product_category" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"image_link" : {
"type" : "string"
},
"link" : {
"type" : "string"
},
"mpn" : {
"type" : "string"
},
"price" : {
"type" : "string"
},
"product_type" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"type" : {
"type" : "string"
},
"weight" : {
"type" : "string"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment