{
    "id": "/objectSingleProperty",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "",
    "type": "object",
    "properties": {
        "parentObject": {
            "type": "object",
            "properties": {
                "exampleInteger": {
                    "type": "number"
                }
            },
            "additionalProperties": false
        }
    },
    "additionalProperties": false
}