{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/product.schema.json",
    "type": "object",
    "properties": {
        "banner": {
            "$ref": "./widgets/banner.json"
        },
        "beacon": {
            "$ref": "./widgets/beacon.json"
        },
        "validation": {
            "$ref": "./validation.json"
        },
        "tooltips": {
            "type": "array",
            "items": {
                "$ref": "./widgets/tooltip.json"
            }
        },
        "phantom_block": {
            "description": "Displays a see trhough, dashed lined verion of the block currently being dragged at the provided connection target by this field",
            "type": "string"
        }
    },
    "additionalProperties": false
  }