{
    "type": "object",
    "required": ["country"],
    "properties": {
        "country": {
            "const": "United States of America"
        }
    }
}
