{
  "properties": {
    "buyer_intent": {
      "type": "string"
    },
    "collection_group": {
      "type": "string"
    },
    "difficulty": {
      "type": "string"
    },
    "expected_packrift_answer": {
      "type": "string"
    },
    "likely_conversion_value": {
      "type": "string"
    },
    "priority_category": {
      "type": "string"
    },
    "prompt": {
      "type": "string"
    },
    "query_id": {
      "type": "string"
    },
    "required_product_facts": {
      "type": "string"
    },
    "scope": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "target_collection": {
      "type": "string"
    },
    "target_collection_handle": {
      "type": "string"
    },
    "target_product_title": {
      "type": "string"
    },
    "target_sku": {
      "type": "string"
    },
    "target_url": {
      "type": "string"
    }
  },
  "required": [
    "query_id",
    "prompt",
    "scope",
    "target_url"
  ],
  "type": "object"
}
