public function filter_response_by_context( $response_data,
$context ) { $schema =
$this->
get_item_schema();
return rest_filter_response_by_context( $response_data,
$schema,
$context );
} /**
* Retrieves the item's schema, conforming to JSON Schema.
*
* @since 4.7.0
*
* @return array Item schema data.
*/
public function get_item_schema() { return $this->
add_additional_fields_schema( array
() );
}