IKEA · JSON Structure

Ikea Search Common Properties Structure

Common properties returned in search responses

Type: object Properties: 2 Required: 2
RetailHome FurnishingsConsumer ProductsOpensourceCommunityUnofficial APISmart Home

CommonProperties is a JSON Structure definition published by IKEA, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

usergroup testActivationTriggers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ikea/refs/heads/main/json-structure/ikea-search-common-properties-structure.json",
  "name": "CommonProperties",
  "description": "Common properties returned in search responses",
  "properties": {
    "usergroup": {
      "type": "string",
      "example": "[]"
    },
    "testActivationTriggers": {
      "type": "object",
      "example": {}
    }
  },
  "required": [
    "usergroup",
    "testActivationTriggers"
  ]
}