Skip to content

Instantly share code, notes, and snippets.

@science
Created June 14, 2016 21:14
Show Gist options
  • Save science/1805936bac3b221fe9c2dcf3fda94831 to your computer and use it in GitHub Desktop.
Save science/1805936bac3b221fe9c2dcf3fda94831 to your computer and use it in GitHub Desktop.
Sample Enumeration example for schema.org
{
"books": [
{"@bookType": "hardcover",
"title": "Gone with the Wind"
},
{"@booktype": "eBook",
"title": "The Great Gatsby"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment