if ( method_exists( $this->manager, 'get_author_property' ) ) {
                $author_property = $this->manager->get_author_property();

                $schema['properties'][ $author_property ] = array(
                    'description' => $this->manager->get_message( 'rest_item_author_description' ),