{
  "title": "swiper-item",
  "type": "object",
  "properties": {
    "item-id": {
      "type": "string",
      "description": "该 swiper-item 的标识符"
    },
    "skip-hidden-item-layout": {
      "type": "boolean",
      "description": "是否跳过未显示的滑块布局，设为 true 可优化复杂情况下的滑动性能，但会丢失隐藏状态滑块的布局信息",
      "defaultValue": false
    }
  },
  "additionalProperties": false
}