{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/faq-block/v/1",
  "kind": "entityType",
  "title": "FAQ Block",
  "description": "A block to display Frequently Asked Questions (FAQ).",
  "type": "object",
  "allOf": [],
  "examples": [],
  "links": {
    "https://blockprotocol.org/@hash/types/entity-type/has-frequently-asked-question/v/1": {
      "type": "array",
      "minItems": 0,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@hash/types/entity-type/frequently-asked-question/v/1"
          }
        ]
      }
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/title/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/title/v/1"
    },
    "https://blockprotocol.org/@hash/types/property-type/sections-should-be-numbered/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/sections-should-be-numbered/v/1"
    },
    "https://blockprotocol.org/@hash/types/property-type/answer-visibility-is-configurable/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/answer-visibility-is-configurable/v/1"
    }
  },
  "required": []
}