{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://cdn.jsdelivr.net/npm/@deck.gl-community/graph-layers@9.3.7/dist/graph-style-schema.json",
  "title": "Deck.gl Graph Stylesheet",
  "description": "JSON schema describing the declarative stylesheet format supported by @deck.gl-community/graph-layers.",
  "$ref": "#/definitions/GraphStylesheet",
  "definitions": {
    "GraphStylesheet": {
      "type": "string"
    }
  }
}