Sleds/scorewalker-utils/ValidationWalker/AssociationMatch.json

29 lines
499 B
JSON

{
"$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
}