Skip to content

fix(spec): restore validation checks in api spec - #123

Merged
pcfreak30 merged 1 commit into
developfrom
fix/spec-validation-checks
Sep 6, 2026
Merged

fix(spec): restore validation checks in api spec#123
pcfreak30 merged 1 commit into
developfrom
fix/spec-validation-checks

Conversation

@pcfreak30

@pcfreak30 pcfreak30 commented Sep 6, 2026

Copy link
Copy Markdown
Member

The portal IPFS plugin API is again serving the ValidationCheck schema with per-domain and per-website validation checks. Syncs swagger.yaml with the running service, regenerates the client, and re-exports ValidationCheck under the websites type aliases so both DomainResponse.Checks and WebsiteValidateResponse.Checks are usable from the package surface.


This pull request restores validation check details in the API specification and generated client. The changes introduce a new ValidationCheck model and add a checks field to the DomainResponse and WebsiteValidateResponse schemas, allowing clients to receive per-check validation results (including name, status, and details like expected/found values) alongside existing domain and website validation responses. The generated Go client and exported type aliases have been updated accordingly.

@kody-ai

kody-ai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Kody Review Complete

Great news! 🎉
No issues were found that match your current review configurations.

Keep up the excellent work! 🚀

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Business Logic

Access your configuration settings here.

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown

Code Coverage Report

Total Coverage: 13.5%

Generated from commit: 3371b40
Repository: LumeWeb/ipfs-sdk

@pcfreak30
pcfreak30 merged commit 0c48217 into develop Sep 6, 2026
4 checks passed
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