{
    "$schema": "http://json-schema.org/draft-03/schema",
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "some_property": {
            "required": true,
            "type": "string"
        }
    }
}
