Datasets:
Modalities:
Text
Formats:
csv
Languages:
English
Size:
< 1K
Tags:
biohacking
wellness-technology
structured-data
machine-readable
interoperability
reproducibility
License:
| { | |
| "$schema": "https://json-schema.org/draft/2020-12/schema", | |
| "type": "object", | |
| "title": "Holistix Claim Record", | |
| "required": [ | |
| "id", | |
| "subject_id", | |
| "claim_text", | |
| "risk_level", | |
| "evidence_status" | |
| ], | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "subject_id": { | |
| "type": "string" | |
| }, | |
| "claim_text": { | |
| "type": "string" | |
| }, | |
| "risk_level": { | |
| "type": "string" | |
| }, | |
| "evidence_status": { | |
| "type": "string" | |
| } | |
| }, | |
| "additionalProperties": true | |
| } |