chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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#"
|
||||
}
|
||||
Reference in New Issue
Block a user