entity: person
description: >
  A well-documented historical figure closely associated with the probes on
  record here. Records state only widely verifiable facts, in a neutral
  encyclopedic tone.
id:
  prefix: PER
  width: 3
dir: person
strict: true
fields:
  title:
    type: string
    required: true
    description: the person's name
  lifespan:
    type: string
    description: 'birth–death years, e.g. "1934–1996", or "born 1953"'
  known_for:
    type: string
    required: true
  missions:
    type: list
    items: {type: ref, entity: probe}
    description: probes on record here this person is associated with; mirror of each probe's `people` list
  confidence:
    type: enum
    values: [believed-correct]
    required: true
