| { |
| "additionalProperties": false, |
| "properties": { |
| "id": { |
| "title": "Id", |
| "type": "string" |
| }, |
| "source_url": { |
| "title": "Source Url", |
| "type": "string" |
| }, |
| "source_version": { |
| "title": "Source Version", |
| "type": "string" |
| }, |
| "retrieved_at": { |
| "title": "Retrieved At", |
| "type": "string" |
| }, |
| "passage": { |
| "title": "Passage", |
| "type": "string" |
| }, |
| "claim": { |
| "title": "Claim", |
| "type": "string" |
| }, |
| "target_ids": { |
| "items": { |
| "type": "string" |
| }, |
| "title": "Target Ids", |
| "type": "array" |
| }, |
| "species": { |
| "title": "Species", |
| "type": "string" |
| }, |
| "assay": { |
| "title": "Assay", |
| "type": "string" |
| }, |
| "molecular_format": { |
| "title": "Molecular Format", |
| "type": "string" |
| }, |
| "direction": { |
| "enum": [ |
| "supports", |
| "opposes", |
| "unresolved" |
| ], |
| "title": "Direction", |
| "type": "string" |
| }, |
| "evidence_type": { |
| "enum": [ |
| "experimental", |
| "computational", |
| "review" |
| ], |
| "title": "Evidence Type", |
| "type": "string" |
| } |
| }, |
| "required": [ |
| "id", |
| "source_url", |
| "source_version", |
| "retrieved_at", |
| "passage", |
| "claim", |
| "target_ids", |
| "species", |
| "assay", |
| "molecular_format", |
| "direction", |
| "evidence_type" |
| ], |
| "title": "Evidence", |
| "type": "object" |
| } |