{"description":"低码的平台方法的开发配置","type":"object","properties":{"name":{"description":"选填, 平台方法的唯一标识","maxLength":214,"minLength":1,"type":"string"},"data":{"description":"选填, 平台方法可以接收的数据\n需要符合 JSON SCHEMA 规范","default":{},"$schema":"http://json-schema.org/draft-07/schema#","$ref":"http://json-schema.org/draft-07/schema#"},"properties":{"description":"选填, 组件对外开放的只读属性，可通过 $w.id1.xx 获取\n需要符合 JSON SCHEMA 规范"},"platforms":{"description":"选填, 平台方法适配的平台\n\n如果该字段为空, 则进行智能推断","type":"array","items":{"type":"string"}},"meta":{"description":"选填, 仅用于在低码平台的信息展示","type":"object","properties":{"title":{"description":"选填, 平台方法的别名, 建议用中文","type":"string"},"description":{"description":"选填, 平台方法的简介, 建议用中文","type":"string"}},"additionalProperties":false},"extra":{"description":"选填, 扩展字段, 尽量避免用"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}