chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:33:44 +08:00
commit cc996c6028
968 changed files with 520087 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"$ref": "#/definitions/ParserProgress",
"definitions": {
"ParserProgress": {
"type": "object",
"properties": {
"percent": {
"description": "The percent progress of the parsing process, a number between 0 and 100",
"type": "number"
},
"message": {
"description": "The current state of the parsing process",
"type": "string"
}
},
"required": ["message", "percent"]
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}