1fda6b66创建于 2023年12月25日历史提交
{
  "kind": "collectionType",
  "collectionName": "source_tpls",
  "info": {
    "name": "source_tpl",
    "description": ""
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "name": {
      "type": "string",
      "required": true
    },
    "type": {
      "type": "string"
    },
    "desc": {
      "type": "string"
    },
    "data": {
      "type": "json"
    },
    "platform": {
      "type": "string"
    },
    "apps": {
      "via": "source_tpls",
      "collection": "apps",
      "dominant": true
    }
  }
}