Art Institute of Chicago · JSON Structure

Art Institute Of Chicago Product Structure

Museum shop product.

Type: Properties: 0
Art And DesignMuseumOpen DataCultural HeritageIIIFPublic APIsOpen Source

Product is a JSON Structure definition published by Art Institute of Chicago.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Product",
  "description": "Museum shop product.",
  "fields": [
    {
      "name": "id",
      "type": "integer",
      "description": ""
    },
    {
      "name": "api_model",
      "type": "string",
      "description": ""
    },
    {
      "name": "api_link",
      "type": "string",
      "description": ""
    },
    {
      "name": "title",
      "type": "string",
      "description": ""
    },
    {
      "name": "description",
      "type": "string/null",
      "description": ""
    },
    {
      "name": "external_sku",
      "type": "string/null",
      "description": ""
    },
    {
      "name": "image_url",
      "type": "string/null",
      "description": ""
    },
    {
      "name": "web_url",
      "type": "string/null",
      "description": ""
    },
    {
      "name": "min_current_price",
      "type": "number/null",
      "description": ""
    },
    {
      "name": "max_current_price",
      "type": "number/null",
      "description": ""
    },
    {
      "name": "min_compare_at_price",
      "type": "number/null",
      "description": ""
    },
    {
      "name": "max_compare_at_price",
      "type": "number/null",
      "description": ""
    },
    {
      "name": "price_display",
      "type": "string/null",
      "description": ""
    },
    {
      "name": "artist_ids",
      "type": "array",
      "description": ""
    },
    {
      "name": "artwork_ids",
      "type": "array",
      "description": ""
    },
    {
      "name": "exhibition_ids",
      "type": "array",
      "description": ""
    },
    {
      "name": "source_updated_at",
      "type": "string",
      "description": ""
    },
    {
      "name": "updated_at",
      "type": "string",
      "description": ""
    },
    {
      "name": "timestamp",
      "type": "string",
      "description": ""
    }
  ]
}