addedInput schema / properties / claimId
Added value: +{
+ "description": "Identifiant exact pour obtenir une claim unique.",
+ "type": "string"
+}
addedInput schema / properties / includeEvidence
Added value: +{
+ "default": false,
+ "description": "Inclut le voisinage de preuve quand une seule claim est renvoyée.",
+ "type": "boolean"
+}
addedInput schema / properties / sourceId
Added value: +{
+ "description": "Slug de source, nom ou hôte cité.",
+ "type": "string"
+}
addedOutput schema / properties / claimId
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / directEvidence
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "edges": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "from": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "meta": {
+ "$ref": "#/properties/filters"
+ },
+ "to": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "contains",
+ "cites",
+ "hostedBy",
+ "matchesPrimarySource",
+ "providesDataset"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "from",
+ "to",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "nodes": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "meta": {
+ "$ref": "#/properties/filters"
+ },
+ "type": {
+ "enum": [
+ "article",
+ "claim",
+ "reference",
+ "host",
+ "primarySource",
+ "dataset"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "label"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "policy": {
+ "type": "string"
+ },
+ "returned": {
+ "$ref": "#/properties/filters"
+ },
+ "scope": {
+ "enum": [
+ "directEvidence",
+ "relatedContent"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "scope",
+ "policy",
+ "nodes",
+ "edges"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / evidence
Added value: +{
+ "$ref": "#/properties/filters"
+}
addedOutput schema / properties / relatedContent
Added value: +{
+ "$ref": "#/properties/directEvidence"
+}
addedOutput schema / properties / source
Added value: +{
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "$ref": "#/properties/filters/additionalProperties"
+ },
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "datasets": {
+ "items": {
+ "$ref": "#/properties/filters"
+ },
+ "type": "array"
+ },
+ "description": {
+ "type": "string"
+ },
+ "limits": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "officialUrl": {
+ "$ref": "#/properties/claims/items/properties/articleUrl"
+ },
+ "shortName": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "type": {
+ "const": "primarySource",
+ "type": "string"
+ },
+ "url": {
+ "$ref": "#/properties/claims/items/properties/articleUrl"
+ },
+ "verification": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "slug",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "articles": {
+ "type": "number"
+ },
+ "host": {
+ "type": "string"
+ },
+ "kinds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "references": {
+ "type": "number"
+ },
+ "type": {
+ "const": "referenceHost",
+ "type": "string"
+ }
+ },
+ "required": [
+ "host"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / sourceId
Added value: +{
+ "type": "string"
+}