def get_schema(self, resource=None, **kwargs): """Create the resource schema.""" return self.Schema(instance=resource) # noqa