ReplyFindClaimsDto resource
Methods
Resource
{
"claims": [
{
"claim": "string",
"claim_reviewed": "string",
"claim_url": "string",
"document_date": "date-time",
"language": "string",
"reasoning": "string",
"summary": "string",
"title": "string"
}
],
"requestId": "string",
"sentence": "string"
}
Properties
Name | Type | Description | Additional |
---|---|---|---|
claims[] | array |
List of claims related to the event |
|
claims[].claim | string |
The source sentence or text |
Optional |
claims[].claim_reviewed | string |
The reviewed claim |
Optional |
claims[].claim_url | string |
The URL of the claim |
Optional |
claims[].document_date | date-time |
The iso date of the document |
Optional |
claims[].language | string |
The language of the claim |
Optional |
claims[].reasoning | string |
The reasoning behind the match result |
Optional |
claims[].summary | string |
The summary of the claim |
Optional |
claims[].title | string |
The title of the claim |
Optional |
requestId | string |
The unique identifier for the event |
|
sentence | string |
The source sentence or text |