This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mathdeptv2/题库0.3/ProblemFields.json

82 lines
1.7 KiB
JSON

{
"id": {
"FieldName": "id",
"FieldType": "str",
"Method": "fixed"
},
"content": {
"FieldName": "content",
"FieldType": "str",
"Method": "overwrite"
},
"objs": {
"FieldName": "objs",
"FieldType": "list",
"Method": "objappend"
},
"tags": {
"FieldName": "tags",
"FieldType": "list",
"Method": "append"
},
"genre": {
"FieldName": "genre",
"FieldType": "str",
"Method": "overwrite"
},
"ans": {
"FieldName": "ans",
"FieldType": "str",
"Method": "overwrite"
},
"solution": {
"FieldName": "solution",
"FieldType": "str",
"Method": "overwrite"
},
"duration": {
"FieldName": "duration",
"FieldType": "int",
"Method": "overwrite"
},
"usages": {
"FieldName": "usages",
"FieldType": "list",
"Method": "usageappend"
},
"origin": {
"FieldName": "origin",
"FieldType": "dict",
"Method": "fixed"
},
"edit": {
"FieldName": "edit",
"FieldType": "list",
"Method": "append"
},
"same": {
"FieldName": "same",
"FieldType": "list",
"Method": "mutualappend"
},
"related": {
"FieldName": "related",
"FieldType": "list",
"Method": "mutualappend"
},
"remark": {
"FieldName": "remark",
"FieldType": "str",
"Method": "append"
},
"space": {
"FieldName": "space",
"FieldType": "str",
"Method": "overwrite"
},
"unrelated": {
"FieldName": "unrelated",
"FieldType": "list",
"Method": "mutualappend"
}
}