FileScore¶
Model of Scoring related to a File
| Field | Type | Description | Required | Default | 
|---|---|---|---|---|
| psid | UUID | Parent submission ID of the associated submission |  Optional | None | 
| expiry_ts | Date | Expiry timestamp, used for garbage collection |  Yes | None | 
| score | Integer | Maximum score for the associated submission |  Yes | None | 
| errors | Integer | Number of errors that occurred during the previous analysis |  Yes | None | 
| sid | UUID | ID of the associated submission |  Yes | None | 
| time | Float | Epoch time at which the FileScore entry was created |  Yes | None |