{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "enum": [
        "x",
        "y"
    ],
    "type": "string"
}