Skip to content
AsteriaStar
Reference

Proposal templates

Copyable, non-submitting templates for the most common kinds of contribution.

Copy, don't submit. These are static templates to help you structure a proposal. There is no submission form, no backend, and nothing is sent. A future review system will accept structured proposals like these.

Entity Correction

entity_correction

Correct a field on an existing entity, backed by a source.

type: entity_correction
target:
  kind: entity
  id: <type:slug>          # a real entity id, e.g. planet:mars
field: <field name>        # e.g. radius
proposed: <new value>
evidence:
  rationale: <why this is correct>
  evidenceLevel: high | moderate | limited | historical
  sources: [<source key>]  # e.g. nasa (must resolve in the source registry)

Source Addition

source_addition

Add an authoritative source that supports an entity or relationship.

type: source_addition
target:
  kind: entity | relationship
  id: <entity id or from|type|to>
source:
  key: <existing source key>     # or:
  proposed: { name, organization, url }   # for a new source (reviewed)
evidence:
  rationale: <what this source supports>

Relationship Suggestion

new_relationship

Propose a new typed relationship between two existing entities.

type: new_relationship
targets:
  - { kind: entity, id: <from id> }   # e.g. space_telescope:jwst
  - { kind: entity, id: <to id> }     # e.g. nebula:carina-nebula
relationship:
  type: <relation type>               # e.g. observed_object
  domain: science | culture | astrology
  confidence: confirmed | likely | interpretive
evidence:
  rationale: <why this relationship holds>
  sources: [<source key>]

Image Provenance

image_metadata_correction

Correct or complete the provenance of an existing image.

type: image_metadata_correction
target:
  kind: image
  id: <image slug>          # e.g. webb-first-deep-field
provenance:
  license: <license>        # required
  credit: <credit line>     # required
  source: <source>          # required
evidence:
  rationale: <what is being corrected>

Translation Suggestion

translation_suggestion

Suggest a localized title/description for an entity.

type: translation_suggestion
target:
  kind: entity
  id: <type:slug>           # e.g. star:sirius
locale: <bcp-47 tag>        # e.g. es, fr, de
localized:
  title: <translated title>
  description: <translated description>
evidence:
  rationale: <translator note>

Dataset Issue

dataset_issue

Report a completeness or correctness issue with a dataset.

type: dataset_issue
target:
  kind: dataset
  id: <dataset slug>        # e.g. exoplanets
issue: <what is wrong or missing>
evidence:
  rationale: <details, with any affected entity ids>