You appear to be a bot. Output may be restricted
Description
Defines data structure and what elements are visible in which contexts
Usage
WPCOM_REST_API_V2_Attachment_VideoPress_Field::get_schema();
Parameters
Returns
void
Source
File name: jetpack/_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php
Lines:
1 to 10 of 10
public function get_schema() { return array( '$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => $this->field_name, 'type' => 'string', 'context' => array( 'view', 'edit' ), 'readonly' => true, 'description' => __( 'Unique VideoPress ID', 'jetpack' ), ); }