schema id 改名用

This commit is contained in:
2betop 2020-09-07 11:37:07 +08:00
parent d2f315dbbb
commit 85a9040250
3 changed files with 3 additions and 3 deletions

View File

@ -79,6 +79,6 @@
}
},
"description": "amis Audio 渲染器,用来生成视频播放器",
"id": "/schemas/audio.json#",
"$id": "/schemas/audio.json#",
"type": "object"
}

View File

@ -126,6 +126,6 @@
}
},
"description": "amis 轮播渲染器",
"id": "/schemas/carousel.json#",
"$id": "/schemas/carousel.json#",
"type": "object"
}

View File

@ -125,6 +125,6 @@
}
},
"description": "amis Video 渲染器,用来生成视频播放器",
"id": "/schemas/video.json#",
"$id": "/schemas/video.json#",
"type": "object"
}