Currently `SchemaLoader` does not resolve `"$ref"` references if the same schema object also has a `"type"` key. Example: ``` js { "type" : "object", "$ref" : "#/definitions/Stuff" } ``` This reference should be resolved, but it isn't.