chore: brand-name canon + apex URL sweep + repo hygiene#2
Merged
Conversation
Aligns the OpenAPI spec with brand canon (rename "TicketWave Access API" to "TicketWave API") and sweeps all www.ticketwavehq.com references to the apex ticketwavehq.com. Bumps spec version 1.0.0 to 1.0.1. Also adds standard repo hygiene: validate CI, CONTRIBUTING, CODE_OF_CONDUCT (Contributor Covenant 2.1), CODEOWNERS, SECURITY, a spec-discrepancy issue template, and a JSON-LD Organization schema in the README. No wire-format changes; downstream SDKs are unaffected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
info.titlefrom "TicketWave Access API" to "TicketWave API". This is the headline canon violation — the spec is the most-vendored surface and every downstream SDK was inheriting the wrong product name.www.ticketwavehq.comreferences swept to the apexticketwavehq.com(info.contact.url, info.license.url, servers[1], info.description, securitySchemes.apiKey.description, README License section, CHANGELOG footer reference).1.0.0→1.0.1with a CHANGELOG entry. No wire-format changes — downstream clients are unaffected.CONTRIBUTING.md, Contributor Covenant 2.1CODE_OF_CONDUCT.md,CODEOWNERS(* @sansware),SECURITY.mdrouting to security@ticketwavehq.com,.github/ISSUE_TEMPLATE/spec-discrepancy.yml, and a fenced JSON-LDOrganizationschema at the bottom of the README.Test plan
npx @apidevtools/swagger-cli validate openapi.yaml→ passesnpx @redocly/cli lint openapi.yaml→ valid (5 pre-existing warnings, no new ones)www.ticketwavehq.comreferences remain in spec/README/CHANGELOG except the CHANGELOG line that describes this sweepinfo.titlereads "TicketWave API";info.versionreads "1.0.1"v1.0.1and confirm SDK regen picks up the new title