raisejsonschema.exceptions.ValidationError("The json document with $schema='%s' cannot be validated by schema with $id='%s'\n%s"%(json_doc['$schema'],schema.get('$id')))
raisejsonschema.exceptions.ValidationError("The json document with $schema='%s' cannot be validated by schema with $id='%s'"%(json_doc['$schema'],schema.get('$id')))
# resolve $refs to fill in defaults for those, too