Skip to content

docs(api): add missing periods to Destination name/type descriptions#366

Merged
jlimatampersand merged 1 commit into
mainfrom
eng/fix-destination-desc-punctuation
Jul 1, 2026
Merged

docs(api): add missing periods to Destination name/type descriptions#366
jlimatampersand merged 1 commit into
mainfrom
eng/fix-destination-desc-punctuation

Conversation

@jlimatampersand

Copy link
Copy Markdown
Contributor

What

The Destination schema's id description ends with a period, but the sibling name and type descriptions did not. This adds the missing periods for consistency.

  • api/api.yaml: name and type descriptions (schema appears twice).
  • api/generated/api.json: regenerated deref'd spec to match.

Why now (testing the new automation)

This is also a live test of the openapi → amp-common Go-type automation. On merge, the trigger-amp-common-gen workflow fires a repository_dispatch at amp-common, which regenerates openapi/api.gen.go. These descriptions surface as Go doc comments, so the auto-PR will contain exactly this 4-line change:

- // Name User-defined name for the destination
+ // Name User-defined name for the destination.
- // Type The type of the destination
+ // Type The type of the destination.

(×2 — the schema is generated in two places.)

🤖 Generated with Claude Code

The Destination schema's 'id' description ends with a period but the
sibling 'name' and 'type' descriptions did not. Add the missing periods
for consistency. Regenerated api/generated/api.json to match.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jlimatampersand jlimatampersand merged commit fe7669e into main Jul 1, 2026
2 checks passed
@jlimatampersand jlimatampersand deleted the eng/fix-destination-desc-punctuation branch July 1, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant