{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/frequently-asked-question/v/1",
  "kind": "entityType",
  "description": "A question frequently asked about something – or, often, a question that someone anticipates will be asked about something.",
  "title": "Frequently Asked Question",
  "type": "object",
  "allOf": [],
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/question/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/question/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/answer/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/answer/v/1"
    }
  },
  "required": []
}