BP_REST_Invites_Endpoint: get_item_schema ()
获取符合JSON模式的invite模式。
描述
返回
(数组)
源
文件:bp-invites /类/ class-bp-rest-invites-endpoint.php
public function get_item_schema() {$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => ' bp_invitation ', 'type' => 'object', 'properties' => array('id' => array('description' => __('邀请的唯一标识符。”、“buddyboss‘)’,' = > '整数型”、“上下文”= >数组(“嵌入”、“视图”,“编辑”),“只读的”= >真的,),“名字”= >阵列('描述 ' => __( ' 成员\ ' s的名字。”、“buddyboss ') '类型' = > '字符串','环境' = >数组(“嵌入”、“视图”,“编辑”),“只读的”= >真的,),“电子邮件”= >阵列('描述 ' => __( ' 成员\“电子邮件地址”,“buddyboss”),'类型' = > '字符串','环境' = >数组(“嵌入”,“查看”,“编辑”),“只读”= > true,),'date' =>数组('description' => __('对象发布的日期,在网站的时区。', 'buddyboss'), 'type' => 'string', 'format' => 'date-time', 'context' => array('embed', 'view', 'edit'),), 'date_gmt' => array('description' => __('对象发布的日期,作为GMT。', 'buddyboss'), 'type' => 'string', 'format' => 'date-time', 'context' => array('embed', 'view', 'edit'),), 'status' => array('description' => __('status to perform on it')。', 'buddyboss'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'),), 'invitee-status' => array('description' => __('是否被邀请者注册。', 'buddyboss'), 'type' => 'boolean', 'context' => array('embed', 'view', 'edit'),), 'revoke-invite' => array('description' => __('Whether revoke invite or not. '是否撤销邀请。”、“buddyboss”),“类型”= >“布尔”、“上下文”= >阵列(“嵌入”、“观点”,“编辑 ' ), ), ), );/** *过滤邀请模式。* * @param array $schema端点模式。*/返回apply_filters('bp_rest_invites_schema', $this->add_additional_fields_schema($schema));}
更新日志
版本 | 描述 |
---|---|
0.1.0 | 介绍了。 |