Skip to content

docs: add description fields to multiplex schemas#103

Merged
k-rister merged 2 commits into
masterfrom
schema-descriptions
Jun 11, 2026
Merged

docs: add description fields to multiplex schemas#103
k-rister merged 2 commits into
masterfrom
schema-descriptions

Conversation

@k-rister

Copy link
Copy Markdown
Contributor

Summary

  • Add title, description, and per-property description fields to JSON/schema.json (mv-params input schema)
  • Add title, description, and per-property description fields to JSON/req-schema.json (requirements schema)
  • Part of a cross-repo effort to add descriptions to all JSON schemas (PERFNFV-319)

Test plan

  • python3 -c "import json; json.load(open('JSON/schema.json'))" passes
  • python3 -c "import json; json.load(open('JSON/req-schema.json'))" passes
  • CI passes

🤖 Generated with Claude Code

k-rister and others added 2 commits June 11, 2026 11:21
Add title, description, and per-property description fields to
JSON/schema.json documenting global-options, sets, the mv_param
definition, and Cartesian product expansion behavior.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add title, description, and per-property description fields to
JSON/req-schema.json documenting presets, validation rules, unit
conversions, and the mv_param/validation_obj/unit_obj definitions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@k-rister k-rister self-assigned this Jun 11, 2026
@k-rister k-rister requested a review from a team June 11, 2026 16:22
@project-crucible-tracking project-crucible-tracking Bot moved this to In Progress in Crucible Tracking Jun 11, 2026
@k-rister k-rister merged commit ab7d5ce into master Jun 11, 2026
38 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Crucible Tracking Jun 11, 2026
@k-rister k-rister deleted the schema-descriptions branch June 11, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants