Shutterstock · JSON-LD Context

Shutterstock Context

JSON-LD context defining the semantic vocabulary for Shutterstock from Shutterstock.

14 Classes 20 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
shutterstock: https://api.shutterstock.com/vocab#
xsd: http://www.w3.org/2001/XMLSchema#
cc: https://creativecommons.org/ns#

Classes

Image Video Audio Contributor Collection id description name url keywords categories duration width height

Properties

Property Type Container
image_type @vocab
media_type @vocab
is_editorial boolean
is_adult boolean
is_illustration boolean
added_date date
contributor
assets
releases list
has_model_release boolean
has_property_release boolean
license reference
aspect decimal
subscription_id string
format
file_size
total_count integer
page integer
per_page integer
search_id string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "shutterstock": "https://api.shutterstock.com/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "cc": "https://creativecommons.org/ns#",

    "Image": "schema:ImageObject",
    "Video": "schema:VideoObject",
    "Audio": "schema:AudioObject",
    "Contributor": "schema:Person",
    "Collection": "schema:Collection",

    "id": "@id",
    "description": "schema:description",
    "name": "schema:name",
    "url": "schema:url",
    "keywords": "schema:keywords",
    "categories": "schema:about",
    "duration": "schema:duration",
    "width": "schema:width",
    "height": "schema:height",

    "image_type": {
      "@id": "shutterstock:imageType",
      "@type": "@vocab"
    },
    "media_type": {
      "@id": "shutterstock:mediaType",
      "@type": "@vocab"
    },
    "is_editorial": {
      "@id": "shutterstock:isEditorial",
      "@type": "xsd:boolean"
    },
    "is_adult": {
      "@id": "shutterstock:isAdult",
      "@type": "xsd:boolean"
    },
    "is_illustration": {
      "@id": "shutterstock:isIllustration",
      "@type": "xsd:boolean"
    },
    "added_date": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    },
    "contributor": {
      "@id": "schema:creator"
    },
    "assets": {
      "@id": "shutterstock:assets"
    },
    "releases": {
      "@id": "shutterstock:releases",
      "@container": "@list"
    },
    "has_model_release": {
      "@id": "shutterstock:hasModelRelease",
      "@type": "xsd:boolean"
    },
    "has_property_release": {
      "@id": "shutterstock:hasPropertyRelease",
      "@type": "xsd:boolean"
    },
    "license": {
      "@id": "cc:license",
      "@type": "@id"
    },
    "aspect": {
      "@id": "shutterstock:aspectRatio",
      "@type": "xsd:decimal"
    },
    "subscription_id": {
      "@id": "shutterstock:subscriptionId",
      "@type": "xsd:string"
    },
    "format": {
      "@id": "schema:encodingFormat"
    },
    "file_size": {
      "@id": "schema:contentSize"
    },
    "total_count": {
      "@id": "shutterstock:totalCount",
      "@type": "xsd:integer"
    },
    "page": {
      "@id": "shutterstock:page",
      "@type": "xsd:integer"
    },
    "per_page": {
      "@id": "shutterstock:perPage",
      "@type": "xsd:integer"
    },
    "search_id": {
      "@id": "shutterstock:searchId",
      "@type": "xsd:string"
    }
  }
}