{
    "id":"sub-schema",
    "type":"object",
    "properties":{
        "shawn":{
            "type":"object",
            "anyOf":[
                {"$ref":"#/definitions/claxon"}
            ]
        }
    },
    "definitions":{
        "claxon":{

        }
    }
}