ScoreWalker/scorewalker-utils/ValidationWalker/AssociationMatch.json

29 lines
499 B
JSON
Raw Normal View History

2025-03-13 06:13:53 +00:00
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"documentPageIndex": {
"type": "integer"
},
"libraryPageId": {
"type": "string"
},
"libraryDocumentType": {
"type": "string"
},
"ruleMatched": {
"type": "integer"
},
"rawScore": {
"type": "integer"
},
"score": {
"type": "integer"
},
"goodConf": {
"type": "boolean"
}
},
"additionalProperties": true
}