bp_rest_group_invites_endpoint :: get_item_schema()

获取组邀请架构,符合JSON架构。

描述

返回

(大批)

来源

文件:bp-groups / classes / class-bp-rest-group-invites-endpoint.php

公共函数get_item_schema(){$ schema = array('$ schema'=>''http://json-schema.org/draft -04/schema#','标题'=>'bp_group_invites','type'=>'对象','属性'=>数组('id'=>数组('context'=>数组('查看','编辑'),'description'=> __('bp邀请的唯一数字ID对象。','buddyboss'),'键入'=>'integer','readonly'=> true,),'user_id'=>数组('context'=>数组('查看','编辑'),“描述'=> __('被邀请加入组的用户的ID','buddyboss'),'type'=>'整数',),'invite_sent'=>数组('context'=>数组('查看','编辑'),'description'=> __('邀请是否已发送到Invitee。','buddyboss'),'type'=>'boolean',),'inverer_id'=>数组('context'=>数组('查看','编辑'),'=> __('制作邀请的用户的ID','buddyboss'),'type'=>'整数',),'group_id'=>数组('context'=>数组('查看','编辑'),'description'=> __('用户的组的ID已被邀请。','buddyboss'),'type'=>'整数','date_modified'=>数组('context'=>数组('查看','编辑'),'description'=>__(“在网站的时区创建或上次创建或上次更新的日期时,”BuddyBoss“),”类型“=>”字符串“,”格式“=>”日期时间“,”类型“=>数组('context'=>数组('查看','编辑'),'=> __('邀请或请求','buddyboss'),'type'=>'string','enum'=>数组('invite','请求'),'默认'=>'invite',),'message'=>数组('context'=>数组('查看','编辑'),'描述'=> __('邮件内容的原始和渲染版本。','buddyboss'),'type'=>'对象','arg_options'=>数组('sanitize_callback'=> null,'validate_callback'=> null,),'属性'=>数组('RAW'=>数组('描述'=> __(对象的内容,与数据库中存在。','buddyboss'),'类型'=>'string','context'=>数组('查看','编辑'),),'渲染'=>数组('description'=> __('html content f或者对象,转换为显示。','buddyboss'),'type'=>'string','context'=>数组('查看','编辑'),'readonly'=> true,),),),),);/ ** *过滤器组邀请架构。 * * @param array $schema The endpoint schema. */ return apply_filters( 'bp_rest_group_invites_schema', $this->add_additional_fields_schema( $schema ) ); }

变更乐

变更乐
版本 描述
0.1.0. 介绍。

问题?

我们总是很乐意帮助您可能拥有的代码或其他问题!搜索我们开发人员文档联系支持,或与我们联系销售团队