{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "id": {
            "type": "string"
        },
        "type": {
            "type": "string"
        },
        "label": {
            "type": "string"
        },
        "query": {
            "type": "string"
        },
        "entity": {
            "$ref": "/resources/schema/entity/v4/Entity.json"
        }
    },
    "title": "Suggestion",
    "type": "object"
}