{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "$id": "https://blockprotocol.org/types/modules/graph/0.3/schema/subgraph",
  "title": "Subgraph",
  "$comment": "This schema is non-exhaustive, please consult the documentation and/or the blockprotocol/graph package",
  "type": "object",
  "properties": {
    "roots": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "vertices": {
      "type": "object"
    },
    "edges": {
      "type": "object"
    },
    "depths": {
      "$ref": "https://blockprotocol.org/types/modules/graph/0.3/schema/graph-resolve-depths"
    }
  },
  "required": ["roots", "vertices", "edges", "depths"]
}
