Retrieves the block’s schema, conforming to JSON Schema.
WP_REST_Blocks_Controller::filter_response_by_context
Filters a response based on the context defined in the schema.
WP_REST_Blocks_Controller::check_read_permission
Checks if a block can be read.
WP_REST_Blocks_Controller
Controller which provides a REST endpoint for the editor to read, create, edit and delete reusable blocks. Blocks are stored as posts with the wp_block post type.