{
    "properties": {
        "foo": {
            "type": "string",
            "const": "abc"
        },
        "bar": {
            "type": "string",
            "const": "def"
        }
    }
}