88 lines
1.6 KiB
JSON
88 lines
1.6 KiB
JSON
{
|
|
"prefix": "88.123.99",
|
|
"version": "1.0.0",
|
|
"description": "This is a template",
|
|
"items": [
|
|
{
|
|
"name": "标签",
|
|
"idType": "tags",
|
|
"metaData": {
|
|
"type": "string",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
},
|
|
{
|
|
"name": "编号",
|
|
"idType": "Number",
|
|
"metaData": {
|
|
"type": "String",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
},
|
|
{
|
|
"name": "名称",
|
|
"idType": "Name",
|
|
"metaData": {
|
|
"type": "String",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
},
|
|
{
|
|
"name": "型号",
|
|
"idType": "Model",
|
|
"metaData": {
|
|
"type": "String",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
},
|
|
{
|
|
"name": "类型",
|
|
"idType": "Type",
|
|
"metaData": {
|
|
"type": "String",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
},
|
|
{
|
|
"name": "描述",
|
|
"idType": "Description",
|
|
"metaData": {
|
|
"type": "String",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
},
|
|
{
|
|
"name": "来源",
|
|
"idType": "Trace",
|
|
"metaData": {
|
|
"type": "String",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
},
|
|
{
|
|
"name": "生产厂家",
|
|
"idType": "Manufacturer",
|
|
"metaData": {
|
|
"type": "String",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
},
|
|
{
|
|
"name": "生产日期",
|
|
"idType": "ManufactureDate",
|
|
"metaData": {
|
|
"type": "DateTime",
|
|
"minLength": 0,
|
|
"maxLength": 255
|
|
}
|
|
}
|
|
]
|
|
} |