1 Star 0 Fork 0

littleTesting/jmeter-plugins

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
repo_schema.json 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
Andrey Pohilko 提交于 2019-04-01 23:20 +08:00 . Validate repo JSON against schema
{
"$schema": "http://json-schema.org/schema#",
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"screenshotUrl": {
"type": "string"
},
"helpUrl": {
"type": "string"
},
"vendor": {
"type": "string"
},
"markerClass": {
"type": [
"null",
"string"
]
},
"versions": {
"type": "object",
"properties": {
"": {
"type": "object",
"additionalProperties": false,
"properties": {
"downloadUrl": {
"type": "string"
},
"libs": {
"type": "object",
"patternProperties": {
".+": {
"type": "string"
}
}
}
},
"required": [
"downloadUrl"
]
}
},
"patternProperties": {
"^\\d+(\\.\\d+)*(-\\w+)?$": {
"type": "object",
"additionalProperties": false,
"properties": {
"downloadUrl": {
"type": [
"null",
"string"
]
},
"depends": {
"type": "array",
"items": {
"type": "string"
}
},
"changes": {
"type": "string"
},
"libs": {
"type": "object",
"patternProperties": {
".+": {
"type": "string"
}
}
}
},
"required": [
"downloadUrl"
]
}
}
},
"componentClasses": {
"type": "array",
"items": {
"type": "string"
}
},
"canUninstall": {
"type": "boolean"
},
"installerClass": {
"type": "string"
}
},
"required": [
"description",
"helpUrl",
"id",
"markerClass",
"name",
"screenshotUrl",
"vendor",
"versions"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/littleTesting/jmeter-plugins.git
git@gitee.com:littleTesting/jmeter-plugins.git
littleTesting
jmeter-plugins
jmeter-plugins
master

搜索帮助