{
  "properties": {
    "answer": {
      "type": "string"
    },
    "family": {
      "type": "string"
    },
    "faq_id": {
      "type": "string"
    },
    "primary_packrift_url": {
      "type": "string"
    },
    "question": {
      "type": "string"
    },
    "referenced_product_urls": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "referenced_skus": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "slug": {
      "type": "string"
    },
    "source_batch": {
      "type": "string"
    },
    "topic": {
      "type": "string"
    }
  },
  "required": [
    "faq_id",
    "question",
    "answer",
    "topic"
  ],
  "type": "object"
}
