Files
enoch-research/schemas/claim.schema.yaml
Matthew Raymer 1546eca827 Initial commit
2026-04-09 10:48:48 +00:00

26 lines
327 B
YAML

type: object
required:
- id
- title
- claim
- category
- strength
- status
properties:
id:
type: string
title:
type: string
claim:
type: string
category:
type: string
strength:
type: string
status:
type: string
implications:
type: array
items:
type: string