Skip to content

Instantly share code, notes, and snippets.

@kevinSuttle
Forked from anonymous/README.md
Last active December 22, 2015 18:45
Show Gist options
  • Save kevinSuttle/3c379dfb9c1086e6e686 to your computer and use it in GitHub Desktop.
Save kevinSuttle/3c379dfb9c1086e6e686 to your computer and use it in GitHub Desktop.
JSON-LD Playground: Icon Schema

Icon Schema

This gist was automatically created by the JSON-LD Playground. You can see it loaded there by visiting:

http://json-ld.org/playground/index.html#/gist/3c379dfb9c1086e6e686
{
"@context": "http://schema.org",
"@vocab": "https://schema.org/logo",
"@type": "logo",
"additionalType": "ImageObject",
"name": "Add New",
"propertyID": "add-new_128_svg",
"contentUrl": "https://raw.githubusercontent.com/IBM-Design/icons/master/dist/svg/action-based/add-new_128.svg",
"codeRepository": "https://github.com/IBM-Design/icons",
"creator": "Hayley Hughes <https://github.com/hchughes>",
"isPartOf": "http://www.ibm.com/design/language/resources/icon-library",
"publisher": "International Business Machines Corporation",
"sourceOrganization": "IBM Design",
"dateCreated": "10/08/2015",
"dateModified": "12/01/2015",
"datePublished": "07/21/2015",
"description": "Icon for adding a new item",
"fileFormat": "svg+xml",
"fileSize": "294 Bytes",
"installUrl": "https://www.npmjs.com/package/ibm-design-icons",
"keywords": "action-based",
"license": "http://creativecommons.org/licenses/by/4.0",
"releaseNotes": "",
"version": "2.0.0",
"width": [{
"@type": "Quantitative",
"name": "128 px"
}],
"height":
[{
"@type": "Quantitative",
"name": "128 px"
}]
}
{
"@context": "http://schema.org/",
"type": "logo",
"@vocab": "https://schema.org/logo",
"additionalType": "ImageObject",
"codeRepository": "https://github.com/IBM-Design/icons",
"contentUrl": "https://raw.githubusercontent.com/IBM-Design/icons/master/dist/svg/action-based/add-new_128.svg",
"creator": "Hayley Hughes <https://github.com/hchughes>",
"dateCreated": "10/08/2015",
"dateModified": "12/01/2015",
"datePublished": "07/21/2015",
"description": "Icon for adding a new item",
"fileFormat": "svg+xml",
"fileSize": "294 Bytes",
"height": {
"type": "Quantitative",
"name": "128 px"
},
"installUrl": "https://www.npmjs.com/package/ibm-design-icons",
"isPartOf": "http://www.ibm.com/design/language/resources/icon-library",
"keywords": "action-based",
"license": "http://creativecommons.org/licenses/by/4.0",
"name": "Add New",
"propertyID": "add-new_128_svg",
"publisher": "International Business Machines Corporation",
"releaseNotes": "index.html",
"sourceOrganization": "IBM Design",
"version": "2.0.0",
"width": {
"type": "Quantitative",
"name": "128 px"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment