Skip to content

Instantly share code, notes, and snippets.

@sunnyluthra
Created May 8, 2014 14:31
Show Gist options
  • Save sunnyluthra/fa1d9755c0631b8c49e1 to your computer and use it in GitHub Desktop.
Save sunnyluthra/fa1d9755c0631b8c49e1 to your computer and use it in GitHub Desktop.
{
"posts": [{
"place": {
"fields": {
"title": {
"type": "_title", //predefined fields should start from underscore
"validation": {
"required": true
}
},
"description": {
"type": "_content",
"validation": {
"required": true
}
},
"images": {
"type": "_featuredImage",
"sizes": {
"favorite": {
"width": "224",
"height": "71"
},
"medium": {
"width": "423",
"height": "155"
}
}
}
},
"customFields": [{
"label": "latitude"
}, {
"label": "longitude"
}, {
"label": "address",
"type": "textarea"
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment