def _nested_example(self, schema):
        try:
            return schema["example"]
        except KeyError:
            pass